@extends('admin.layouts.app') @section('title', isset($area) ? 'Edit Area' : 'Add Area') @section('content')
Back to Areas

{{ isset($area) ? 'Edit Area' : 'Add New Area' }}

@csrf @if (isset($area)) @method('PUT') @endif
Cancel
@endsection