@extends('admin.layouts.app') @section('content')
@if(count($companies)) @php $i=0; @endphp @foreach($companies as $comp) @endforeach @endif
ID name Actions
{{ ++$i }} {{ !empty($comp) ? $comp->name : '' }}
@endsection