@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('filter-section')

@lang('app.duration')

@lang('purchase::modules.purchaseOrder.billedStatus')

@lang('app.clearFilters')
{{--
--}}
@endsection @php $addBankAccountPermission = user()->permission('add_bankaccount'); @endphp @section('content')
{{-- @if ($addBankAccountPermission == 'all' || $addBankAccountPermission == 'added') --}} @lang('app.add') @lang('app.order') {{-- @endif --}}
{{--
--}}
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection @push('scripts') @include('sections.datatable_js') @endpush