@extends('backend.layouts.app') @section('title', @$data['title']) @section('content') {!! breadcrumb([ 'title' => @$data['title'], route('admin.dashboard') => _trans('common.Dashboard'), '#' => @$data['title'], ]) !!}
@if (hasPermission('leave_balance_create')) @endif
{{-- exportOnMobileDevice --}}
@include('backend.partials.buttons')
{{-- exportOnMobileDevice::end --}}
@include('backend.partials.buttons')
@include('backend.partials.table')
@endsection @section('script') @include('backend.partials.table_js') @endsection