@foreach ($data as $key => $item) @endforeach
# {{__('obs.name')}} {{__('obs.local_name')}} {{__('obs.area')}} {{__('obs.capacity')}} {{__('obs.status')}} {{__('obs.action')}}
{{ ++$key }} {{ $item->name }} {{ $item->name_local }} {{ $item->info_obj->area ?? '' }} {{ $item->info_obj->capacity ?? '' }}
status == 1 ? 'checked' : '' }} />
@if(checkAuthPermission('costcenter.timeline')) @endif @if(checkAuthPermission('costcenter.edit')) @endif