@include('public::notifications')

My Demotables

Your awesome text goes here.


{!!Form::open()->method('GET')!!}
{!!Form::text('search')->type('search')->class('form-control')->placeholder('Search for...')->raw()!!}
{!! Form::close()!!}
@foreach($demotables as $demotable) @endforeach
{!! trans('demotable::demotable.label.demoname')!!} {!! trans('demotable::demotable.label.demodescryption')!!} {!! trans('demotable::demotable.label.status')!!} Action
{{ $demotable->demoname }} {{ $demotable->demodescryption }} {{ $demotable->status }} View Edit Delete
{{ $demotables->links() }}