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