@extends('backend.layouts.app') @section('title', @$data['title']) @section('content') {!! breadcrumb([ 'title' => @$data['title'], route('admin.dashboard') => _trans('common.Dashboard'), '#' => @$data['title'], ]) !!} {{--

{{ _trans('salary.Information') }}

--}}
{{-- --}}
@if (hasPermission('deduction_generate_create')) @endif
@include('backend.partials.table')
@endsection @section('script') @include('backend.partials.table_js') @endsection