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

Edit Area

{{-- Edit Area Form --}}

Edit Area

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