@extends('layouts.admin.app') @section('content')

{{ $title }}

@method('patch') @csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
Back
@endsection