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

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

@error('title')
{{ $message }}
@enderror
@endsection