@extends('layouts.'.$namespaceName.'.master') @section('title') {{$title}} @endsection @section('content')
@include('message') @include('breadcrumb')
{{$title}}

@csrf
@error('app_name')
{{$message}}
@enderror
@endsection @push('js') @endpush