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

Create {{ Str::ucfirst($title) }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
active ?? true) ? 'checked' : '' }}>
ں
@endsection @section('scripts') @endsection