@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@adminCan('reports.create') Add report @endadminCan
@if(count($reports)) @foreach ($reports as $report) @endforeach @else @endif
Ref Name Created At Actions
{{ $loop->iteration }} {{ $report->name }} {{ $report->getCreatedAt() }} Actions
no data found
{{ $reports->links() }}
@endsection