@extends('layouts.default_module') @section('module_name') Request Details @stop @section('add_btn') @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 Duty Date Weekday @foreach($request as $lv) {!! $lv->duty_date !!} {!! $lv->week_day_id !!} @endforeach @section('pagination') {!! $doctors->render() !!}
{!! Form::open(['method' => 'get', 'route' => ['dashboard']]) !!} {!! Form::submit('Cancel', ['class' => 'btn btn-default btn-block btn-lg btn-parsley']) !!} {!! Form::close() !!}
@endsection @stop