@extends('back.layouts.main') @section('title' , 'Update Driver status reason '.$model->id) @section('content')
@method('PUT')
@csrf @include('back.driver_status_reasons.form')
@stop @section('breadcrumbs') @stop