@extends('layouts.default_module')
@section('module_name')
Doctor
@stop
@section('add_btn')
{!! Form::open(['method' => 'get', 'route' => ['doctor.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 --}}
| FullName |
Short Name |
Age |
Qualification |
Duties |
Extra Duties |
Doctor Type |
{{-- Image | --}}
Edit |
Action |
Delete |
@foreach($doctors as $d)
Notice: Undefined variable: d in /home/demohatinco/public_html/rota_backend/resources/views/admin/doctor/index.blade.php on line 54
Notice: Trying to get property 'deleted_at' of non-object in /home/demohatinco/public_html/rota_backend/resources/views/admin/doctor/index.blade.php on line 54
| {!! ucwords($d->user->fullname) !!} |
{!! ucwords($d->user->name) !!} |
{!! $d->age!!} |
{!! $d->qualification !!} |
{!! $d->total_duties !!} |
{!! $d->extra_duties !!} |
{!! ucfirst($d->doctor_type->name) !!} |
Notice: Undefined variable: d in /home/demohatinco/public_html/rota_backend/resources/views/admin/doctor/index.blade.php on line 69
Notice: Trying to get property 'user' of non-object in /home/demohatinco/public_html/rota_backend/resources/views/admin/doctor/index.blade.php on line 69
Notice: Trying to get property 'avatar' of non-object in /home/demohatinco/public_html/rota_backend/resources/views/admin/doctor/index.blade.php on line 69
Fatal error: Uncaught Error: Call to undefined function asset() in /home/demohatinco/public_html/rota_backend/resources/views/admin/doctor/index.blade.php:70
Stack trace:
#0 {main}
thrown in /home/demohatinco/public_html/rota_backend/resources/views/admin/doctor/index.blade.php on line 70