@extends('layouts.adminapp') @section('content') {{-- Committee Registration --}}
@csrf @method('patch')

{{__('lng.EditCommitteeRegistration')}}

{{-- --}} @error('committee_authority_name')
{{ $message }}
@enderror
@endsection