@extends('layouts.main') @php $isAgencyCreation = (old('action_type') === 'create'); $isAgencyUpdate = (old('action_type') === 'edit'); $showMinistryColumn = true; @endphp @section('main-content') Add Agency @include('components.agency.agencies-list') @include('components.agency.agency-creation-modal') @include('components.agency.agency-update-modal') @endsection @section('more-scripts') @endsection