@include('public::notifications')

My Catalogs

Your awesome text goes here.


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