@extends('admin/layouts/default') @section('title') RightTables @parent @stop @section('content') @include('adminlte-templates::common.errors')

RightTables Edit

Edit RightTable


{!! Form::model($rightTable, ['route' => ['admin.rightTables.update', collect($rightTable)->first() ], 'method' => 'patch']) !!} @include('admin.rightTables.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop