@extends('layouts.app') @section('content')

Driving Restriction

@include('adminlte-templates::common.errors')
{!! Form::model($drivingRestriction, ['route' => ['drivingRestrictions.update', $drivingRestriction->id], 'method' => 'patch']) !!} @include('driving_restrictions.fields') {!! Form::close() !!}
@endsection