@include('public::notifications')

My Reports

Your awesome text goes here.


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