Edit Rules And Regulations

@include('layouts.admin.alerts')
@csrf {{ method_field('PUT') }}

Name*

has('name') ? 'autofocus' : '' }}> {{ $errors->first('name') }}

Description*

{{ $errors->first('description') }}
{{ $errors->first('pdf') }}
has('pdf') ? 'autofocus' : '' }}>
@endsection