@include('public::notifications')

My Reas

Your awesome text goes here.


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