@extends('home.partial.layout') @section('content')

Emergency Details

Emergency Details
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Back
@endsection @section('script') @endsection