@extends('layouts.master') @section('title', __('accounting.fee_invoices')) @section('content_title', __('accounting.fee_invoices')) @section('content_summary', __('accounting.fee_invoices_summary')) @section('main_content')
{{ __('core.filter') }}
{!! $html1->table(['style' => 'width:100%;'], true) !!}
{!! $html2->table(['style' => 'width:100%;'], true) !!}
@endsection @include('partials.js.sweet_alert') @include('partials.js.crud') @include('partials.js.datatable') @include('partials.js.datatable_features') @push('script') {!! $html1->scripts() !!} {!! $html2->scripts() !!} @endpush