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

Edit Student Union

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