@extends('layouts.app') @section('title', 'Edit Evacuation Plan') @section('content')
Back

Edit Evacuation Plan

@csrf @method('PUT')

Basic Information

@error('title')

{{ $message }}

@enderror
@error('location')

{{ $message }}

@enderror
@error('plan_type')

{{ $message }}

@enderror

Procedures

Cancel
@endsection