@extends('admin.layout.base') @section('title', 'Add Driver Document') @section('content')
Back
Add Driver Document
{{csrf_field()}}
Driver Name: {{ $Document['provider']['first_name'] }} {{ $Document['provider']['last_name'] }}
Document: {{ $Document['document']['name'] }}
Cancel
@endsection