@extends('dashboard.layouts.master') @section('title') {{ $title }} @endsection @section('content')

{{ $title }}

{{ $title }}
@include('dashboard.admin.salaries.expense-types.btn.create')
{!! $dataTable->table(['class' => 'table table-bordered table-striped']) !!}
@endsection @push('js') {!! $dataTable->scripts() !!} @endpush