@extends('layouts.master') @section('title', __('accounting.manage_salary')) @section('content_title', __('accounting.manage_salary')) @section('content_summary', __('accounting.manage_salary_summary')) @if (auth()->user()->can('accounting.salary_invoice.create')) @section('content_taskbar') @endsection @endif @section('main_content')
{{ __('core.filter') }}
@if (auth()->user()->hasRole('Super Admin'))
@else @endif
{!! $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 @push('script') @endpush