@extends('admin.layout.template') @section('title', 'Add Location') @section('content')
Add Location
@csrf {{-- ================= BASIC INFO ================= --}}
Basic Information

{{-- ================= ADDRESS ================= --}}
Address Details

{{-- ================= CONTACT ================= --}}
Contact Details

{{-- ================= LEGAL & BILLING ================= --}}
Legal & Billing

{{-- ================= REPORTING ================= --}}
Reporting Structure

@endsection