@extends('layouts.master') @section('breadcrumbs') @endsection @section('content')
{{$title}}
{{csrf_field()}}
@error('name') {{$message}} @enderror
@error('name') {{$message}} @enderror
@endsection @section('page-js') @endsection