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

{{ $title }}

@csrf @method('PATCH')
@error('type') {{ $message }} @enderror
@endsection