{{-- breadecrumb Area S t a r t --}}
@include('backend.ui-components.breadcrumb', [
'title' => @$data['title'],
'routes' => [
route('dashboard') => ___('common.Dashboard'),
'#' => @$data['title'],
],
'buttons' => 1,
])
{{-- breadecrumb Area E n d --}}
@empty
@include('backend.ui-components.empty_table', [
'colspan' => '8',
'message' => ___(
'message.Please add a new entity or manage the data table to see the content here'),
])
@endforelse