@extends('common.dashboard') @section('title','Edit '.$ambulance->provider_name) @section('content')

Edit service provider

@csrf @include('common.ambulance.form')
@endsection