@extends('layouts.default_module') @section('module_name') Leaves @stop @section('add_btn') @section('table-properties') width="400px" style="table-layout:fixed;" @endsection @section('table') {!! Form::open(['method' => 'post', 'route' => ['doctor.summary.search'], 'files'=>true]) !!} @include('admin.doctor.partial.searchfilters') {!!Form::close() !!} @stop Name Age Qualification Total duties Leave Details Add Leaves @foreach($doctors as $d) {!! ucwords($d->user->name) !!} {!! $d->age!!} {!! $d->qualification !!} {!! $d->total_duties !!}
Notice: Undefined variable: d in /home/demohatinco/public_html/rota_backend/resources/views/admin/rota_request/index.blade.php on line 52

Notice: Trying to get property 'user' of non-object in /home/demohatinco/public_html/rota_backend/resources/views/admin/rota_request/index.blade.php on line 52

Notice: Trying to get property 'avatar' of non-object in /home/demohatinco/public_html/rota_backend/resources/views/admin/rota_request/index.blade.php on line 52

Fatal error: Uncaught Error: Call to undefined function asset() in /home/demohatinco/public_html/rota_backend/resources/views/admin/rota_request/index.blade.php:53 Stack trace: #0 {main} thrown in /home/demohatinco/public_html/rota_backend/resources/views/admin/rota_request/index.blade.php on line 53