@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Setting', 'url' => '#', 'active' => true], ]; @endphp
@endsection @section('scripts') @include('layouts.components.common-script') @endsection