@extends('backend.master')
@section('title')
{{ @$data['title'] }}
@endsection
@section('content')
{{-- 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 --}}
@endsection
@push('script')
@endpush