@extends('adminlte::page') @section('content') @if ($errors->any())
Whoops! There were some problems with your input.

@endif

Edit driver info

@csrf
Date: {{ $driver->date->format('d/m/Y') }}
Merchant: {{ $driver->merchant}}
Total: {{ $driver->total}}
Country: {{ $driver->us_can}}
Unit:
Driver:
@endsection