@extends('admin.layout.app') @section('content')
{{-- Card --}}

Edit Maker

@csrf @method('PUT') {{-- School --}}
@error('name') {{ $message }} @enderror
{{-- Status --}}
@error('status') {{ $message }} @enderror
{{-- Submit --}}
{{-- /Card --}}
@endsection @push('scripts') @endpush