@php use Illuminate\Support\Str; @endphp @extends('layouts.master') @section('title') All {{ $title }} @endsection @section('css') @endsection @section('body')
@section('content') @component('components.breadcrumb') @slot('page_title') All {{ $title }} @endslot @slot('subtitle') {{ Str::ucfirst(Str::plural($title)) }} @endslot @endcomponent @endsection @section('scripts') @endsection