@extends(config('admin_theme.layout', 'admin.layout.master')) @section('title') {{ $current_route->{'name_' . trans('admin.lang')} }} @stop @section('page-breadcrumb')

{{ $current_route->{'name_' . trans('admin.lang')} }}

@stop @section('page-content')
@can('admin.sale_offer.add') @if(App\Helpers\Helpers::checkAccountLink(array(5,7))) @Lang('admin.add') @Lang('admin.show_price') @else {{ App\Helpers\Helpers::viewAccountLinkMsg() }} @endif @endcan
@include(config('admin_theme.view_prefix', 'admin').'.layout.general.search_sale_invoice')
@include(config('admin_theme.view_prefix', 'admin').'.layout.error')
@Lang('admin.order_id') @Lang('admin.show_price') @Lang('admin.order_date') @Lang('admin.show_price') @Lang('admin.customer_name') @Lang('admin.payment_type') @Lang('admin.total_invoice') @Lang('admin.discount_amount') @Lang('admin.discount_per') @Lang('admin.total_invoice_tax') @Lang('admin.vat_number') @Lang('admin.invoice_type') @Lang('admin.reference_no') @Lang('admin.created_at') @Lang('admin.created_by') @Lang('admin.actions')
@stop @section('modal') @include(config('admin_theme.view_prefix', 'admin').'.layout.ajax') @stop @section('js') @include(config('admin_theme.view_prefix', 'admin').'.layout.general.datatable') @stop