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

Create Makers

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