@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
@if (session('success')) @endif @if (session('error')) @endif
{{-- Add New --}}
@forelse($records as $record) @empty @endforelse
@endsection @section('scripts') @endsection