# {{ trans('quotations.date') }} {{ trans('quotations.client') }} {{ trans('quotations.project_name') }} {{ trans('quotations.amount') }}
@{{ draft.quote_id | numberFixedLen:4 }}
@{{ draft.date | formatDate: 'dd' }} @{{ draft.date | formatDate: 'MMM' | uppercase }} @{{ draft.date | formatDate: 'yyyy' }}
@if (App::isLocale('en')) @{{ draft.client.user.first_name[0] }}@{{ draft.client.user.last_name[0] }} @endif @{{ draft.client.user.first_name | capitalize }} @{{ draft.client.user.last_name | capitalize }} UC Unknown Client @{{ draft.title | capitalize }} @{{ draft.quote_deliverable_count[0].sum_cost + ((draft.quote_deliverable_count[0].sum_cost * draft.tax_percentage) / 100) | currency : currencySymbol }} @{{ draft.quote_deliverable_count[0].sum_cost | currency : currencySymbol }}
{{ trans('quotations.no_record_found') }}