@extends('layouts.admin') @section('title', 'Add Ambulance') @section('content')
@csrf @include('admin.ambulances._form')
@endsection