@extends('layouts.app') @section('content') @php $offset = ($opportunity_areas->currentPage() - 1) * $opportunity_areas->perPage(); @endphp
|
{{ $offset + $index + 1 }} | {{ $opportunity_area->date }} | {{ $opportunity_area->applicationArea->name }} | {{ $opportunity_area->opportunity }} | {{ $opportunity_area->recommendation }} | {{ $opportunity_area->getTracing() }} | {{ $opportunity_area->getStatus() }} | {{ __('buttons.show') }} @can('write_order') {{ __('buttons.edit') }} {{ __('buttons.delete') }} @endcan |
---|