@extends('layouts.default') @section('content')
@php $i =1; @endphp @foreach($company_list as $location) @php $i ++; @endphp @endforeach
S.No Company Location Action
{{$i}} {{$location->name}}
@endsection