@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content')

event_seat {{ $title }}

{{ trans('table.id') }} {{ trans('quotation.quotations_number') }} {{ trans('quotation.agent_name') }} {{ trans('quotation.sales_team_id') }} {{ trans('salesteam.main_staff') }} {{ trans('quotation.date') }} {{ trans('quotation.exp_date') }} {{ trans('quotation.total') }} {{ trans('quotation.payment_term') }} {{ trans('quotation.status') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @if(isset($type)) @endif @stop