@include('public::notifications')

My Sahbajs

Your awesome text goes here.


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