@include('public::notifications')

My Roshans

Your awesome text goes here.


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