@extends('layouts.default_module') @section('module_name') Doctor Rota List @stop @section('add_btn') {!! Form::open(['method' => 'get', 'route' => ['doctor.list.create'], 'files'=>true]) !!} {!! Form::submit('Add', ['class' => 'btn btn-success pull-right']) !!} {!! Form::close() !!} @section('table-properties') width="400px" style="table-layout:fixed;" @endsection @section('table') {{-- {!! Form::open(['method' => 'get', 'route' => ['doctor.search'], 'files'=>true]) !!} @include('admin.doctor.partial.searchfilters') {!!Form::close() !!} --}} @stop Year Month Temp Rota Rota Rota Generate Pattern Delete @foreach($list as $l) {!! $l->year!!} {!! date("F", mktime(0, 0, 0, $l->month, 10))!!} view @if($l->rota) view @endif Edit Delete @endforeach @section('pagination') {{-- {!! $l->render() !!} --}}
{!! Form::open(['method' => 'get', 'route' => ['dashboard']]) !!} {!! Form::submit('Cancel', ['class' => 'btn btn-default btn-block btn-lg btn-parsley']) !!} {!! Form::close() !!}
@endsection @stop