@extends('layouts.default_module') @section('module_name') Setting @stop @section('table-properties') width="400px" style="table-layout:fixed;" @endsection @section('table') id Name Value @foreach($settings as $key=>$p) {!! $p->id !!} {!! $p->name !!} @endforeach @section('pagination') {!! $settings->render() !!}
{!! Form::open(['method' => 'get', 'route' => ['dashboard']]) !!} {!! Form::submit('Cancel', ['class' => 'btn btn-default btn-block btn-lg btn-parsley']) !!} {!! Form::close() !!}
@endsection @stop