@extends('layouts.adminapp') @section('content') {{-- EDIT UNION AUTHORITY --}}

Edit Union Authority

@csrf @method('patch')
@error('title') {{ $message }} @enderror
Back
@endsection