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

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

@can('admin.sale_offer.add') @if(App\Helpers\Helpers::checkAccountLink(array(5,7))) @else {{ App\Helpers\Helpers::viewAccountLinkMsg() }} @endif @endcan
@include(config('admin_theme.view_prefix', 'admin.modern').'.layout.general.search_sale_invoice') @include(config('admin_theme.view_prefix', 'admin.modern').'.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')
@stop @section('modal') @include(config('admin_theme.view_prefix', 'admin.modern').'.layout.ajax') @stop @section('js') @include(config('admin_theme.view_prefix', 'admin.modern').'.layout.general.datatable') @stop