@extends('layouts.admin') @section('title', 'Add Ambulance Type') @section('content')
@csrf @include('admin.ambulance-types._form')
@endsection