@extends('root')
@section('title', 'Data '.$title)
@section('content')
@include('components.breadcrumb', [
'title' => 'Data '.$title,
'links' => [
['url' => route('dashboard'), 'label' => 'Dashboard'],
],
'current' => $title
])
@endsection
@push('scripts')
@endpush