@extends('layouts.default_module')
@section('module_name')
Company
@stop
@section('add_btn')
{!! Form::open(['method' => 'get', 'route' => ['company.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 |
Image |
Edit |
Delete |
@foreach($company as $c)
{!! ucwords($c->user->name) !!} |
{!! ucwords($c->user->email) !!} |
Notice: Undefined variable: c in /home/demohatinco/public_html/maternity_care_backend/resources/views/admin/company/index.blade.php on line 57
Notice: Trying to get property 'avatar' of non-object in /home/demohatinco/public_html/maternity_care_backend/resources/views/admin/company/index.blade.php on line 57
Fatal error: Uncaught Error: Call to undefined function asset() in /home/demohatinco/public_html/maternity_care_backend/resources/views/admin/company/index.blade.php:58
Stack trace:
#0 {main}
thrown in /home/demohatinco/public_html/maternity_care_backend/resources/views/admin/company/index.blade.php on line 58