@extends('layouts.default_module')
@section('module_name')
Drivers
@stop
@section('add_btn')
{!! Form::open(['method' => 'get', 'route' => ['drivers.create'], 'files'=>true]) !!}
{!! Form::submit('Add', ['class' => 'btn btn-success pull-right']) !!}
{!! Form::close() !!}
@stop
@section('table-properties')
width="400px" style="table-layout:fixed;"
@endsection
@section('table')
{{-- {!! Form::open(['method' => 'post', 'route' => ['doctor.search'], 'files'=>true]) !!}
@include('admin.doctor.partial.searchfilters')
{!!Form::close() !!} --}}
{{-- @stop --}}
| Name |
Email |
Phone Number |
Address |
Parents |
Edit |
Delete |
@foreach($drivers as $d)
{!! ucwords($d->user->name ??'') !!} driver |
{!! ucwords($d->user->email??'') !!} |
{!! ucwords($d->user->phone_no?? '') !!} |
Notice: Undefined variable: d in /home/demohatinco/public_html/van_drivers_backend/resources/views/admin/drivers/index.blade.php on line 66
Notice: Trying to get property 'image' of non-object in /home/demohatinco/public_html/van_drivers_backend/resources/views/admin/drivers/index.blade.php on line 66
Fatal error: Uncaught Error: Call to undefined function asset() in /home/demohatinco/public_html/van_drivers_backend/resources/views/admin/drivers/index.blade.php:67
Stack trace:
#0 {main}
thrown in /home/demohatinco/public_html/van_drivers_backend/resources/views/admin/drivers/index.blade.php on line 67