@extends('layouts.default_module') @section('module_name') leave page @stop @section('table-properties') width="400px" style="table-layout:fixed;" @endsection Star date end date @foreach($rota as $r) {!! $r->star_date !!} {!! $r->_end_date !!} @endforeach @section('pagination') {!! $r->render() !!}
{!! Form::open(['method' => 'get', 'route' => ['dashboard']]) !!} {!! Form::submit('Cancel', ['class' => 'btn btn-default btn-block btn-lg btn-parsley']) !!} {!! Form::close() !!}
@endsection @stop