@include('public::notifications')

My Categories

Your awesome text goes here.


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