@extends('back.layouts.main') @section('title' , 'Update Driver app update '.$model->id) @section('content')
@method('PUT')
@csrf @include('driverappupdates::form')
@stop @section('breadcrumbs') @stop