@extends('layouts.admin') @section('content')

Add MAB Member

@csrf @if ($errors->any())

There were errors with your submission

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('error'))

{{ session('error') }}

@endif
Cancel
@endsection