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

Create New Student Union

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