@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@adminCan('report_options.create') Add Option @endadminCan
@if(count($reportOptions)) @foreach ($reportOptions as $option) @endforeach @else @endif
Icon Name report Actions
{{ $option->name }} {{ $option->report->name }} Actions
no data found
{{ $reportOptions->links() }}
@endsection