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

Add New Leader

{{-- Validation Errors --}} @if ($errors->any())
@endif
@csrf {{-- Full Name --}}
{{-- Profile Picture --}}
{{-- CV Upload --}}
{{-- Department --}}
{{-- Position --}}
{{-- Is Director? --}}
{{-- Diocese --}}
{{-- Pastorate (AJAX loaded) --}}
{{-- Local Church (AJAX loaded) --}}
{{-- Married To --}}
{{-- Date of Birth --}}
{{-- Start Year --}}
{{-- Biography --}}
{{-- Submit / Cancel --}} Cancel
{{-- CKEditor (4.25.1 LTS) --}} {{-- jQuery (for AJAX) --}} @endsection