@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content') @if($errors->any())
{{$errors->first()}}
@endif

receipt {{ $title }}

{{ trans('quotation.quotations_number') }} {{ trans('quotation.agent_name') }} {{ trans('salesteam.salesteam') }} {{ trans('salesteam.main_staff') }} {{ trans('quotation.total') }} {{ trans('quotation.payment_term') }} {{ trans('quotation.status') }} {{ trans('table.actions') }}
{{trans('table.back')}}
@stop {{-- Scripts --}} @section('scripts') @stop