@extends('layouts.app') @section('title', 'Add Area') @section('content')
{{-- Page Header --}}

Add Area

{{-- Add Area Form --}}

Add New Area

@csrf
@error('area_name') {{ $message }} @enderror
{{-- Buttons --}}
Cancel
@endsection