@foreach($companies as $row) @endforeach
# Company Name City State Phone Email Action Action Action
{{$row->id}} {{$row->company_name}} {{$row->city}} {{$row->state}} {{$row->phone}} {{$row->email}} Edit {{-- --}} @if($row->status=='active') @else @endif
@csrf @method('DELETE')