@include('public::notifications')

My Items

Your awesome text goes here.


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