{{ __('Link') }} |
{{ __('Date') }} |
{{ __('Action') }} |
@if ( !$reports->isEmpty() )
@foreach ($reports as $report)
|
{{ $report->created_at }}
|
|
@endforeach
@else
{{ __('No record found') }} |
@endif
@if( $reports->hasPages() )
{{ $reports->links() }}
@endif