@extends('layouts.master') @section('title', __('accounting.manage_salary')) @section('content_title', __('accounting.manage_salary')) @section('content_summary', __('accounting.manage_salary_summary')) @section('content_taskbar') @endsection @push('style') @endpush @section('main_content')
{{ __('core.filter') }}
@if (auth()->user()->hasRole('Super Admin'))
@else @endif
@include('accounting::salary_invoices.partials.salary_invoice_list')
@include('accounting::salary_invoices.partials.trash_list')
@endsection @push('script') @endpush