@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header') @stop @section('content') @if ($message = Session::get('success'))

{{ $message }}

@endif @if ($errors->any())
Whoops! There were some problems with your input.

@endif

Edit driver

@csrf
Name:
First name:
Truck id:
Email:
Email 2:
Email content
Type:
@endsection @section('css') @stop @section('js') @stop