Minifootball

@include('layouts.admin.alerts') @if ($minifootball == null)
Create New
@csrf {{ csrf_field() }}

Minifootball *

{{ $errors->first('Minifootball') }}

Minifootball Association Of India *

{{ $errors->first('mai') }}

WMF*

{{ $errors->first('wmf') }}

AMC *

{{ $errors->first('amc') }}
@else
Update
@csrf {{ method_field('PUT') }}
Minifootball * {{ $errors->first('Minifootball') }}

Minifootball Association Of India *

{{ $errors->first('mai') }}

WMF*

{{ $errors->first('wmf') }}

AMC *

{{ $errors->first('amc') }}
@endif {{--
@csrf {{ method_field('PUT') }}

Minifootball

Modern Minifootball Federation Of India

Swimming

Fencing

Riding

Laser Run

--}}
@endsection