@include('public::notifications')

My Boilerplates

Your awesome text goes here.


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