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

receipt {{ $title }}

{{ trans('quotation.quotations_number') }} {{ trans('quotation.date') }} {{ trans('quotation.customer') }} {{ trans('quotation.person') }} {{ trans('quotation.sales_person') }} {{ trans('quotation.total') }} {{ trans('quotation.status') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @stop