@extends('layouts.admin.master') @section('title', 'Driver View') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content') @if(count($errors) > 0)
@endif @if($message = Session::get('error'))
@endif @if($message = Session::get('success'))
@endif
Driver Details:
View Driver
{{$driver->name}}
{{$driver->mobile }}
{{$driver->address}}
{{$driver->vendor->name}}
@endsection