@extends('shipper.layouts.app') @section('extra-css') @endsection @section('content')

{{__('admin.drivers')}}

@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@csrf
@endsection @section('extra-js') @endsection