@extends('layouts.default_module') @section('module_name') Temporary Rota @stop @section('add_btn') {!! Form::open(['method' => 'post', 'route' => ['temprota.new.generate',$monthly_rota_id], 'files'=>true]) !!} {!! Form::submit('New', ['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 Demo Number Status View Delete @foreach($temp_rota as $t) Demo-{!! $t->demo_num!!} {!! ucwords($t->status)!!} View Delete @endforeach @section('pagination') {!! $temp_rota->render() !!}
{!! Form::open(['method' => 'get', 'route' => ['rota.index']]) !!} {!! Form::submit('Cancel', ['class' => 'btn btn-default btn-block btn-lg btn-parsley']) !!} {!! Form::close() !!}
@endsection @stop