@extends('layouts.master') @section('title', __('accounting.expense')) @section('content_title', __('accounting.expense')) @section('content_summary', __('accounting.expense')) @if (auth()->user()->can('accounting.expense_invoice.create')) @section('content_taskbar') @endsection @endif @section('main_content') {{-- Filter form start --}}
{{ __('core.filter') }}
@csrf
@if (auth()->user()->hasRole('Super Admin'))
@else @endif

{{-- Filter form end --}}
{!! $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