@include('dataentry.header')

{{ $page_title }}

{{-- --}} @php $n=1; @endphp @foreach($companies as $row) {{-- --}} @endforeach
S.No. Company Name City State Phone Email ActionAction
{{$n++}} {{$row->company_name}} {{$row->city}} {{$row->state}} {{$row->phone}} {{$row->email}} Edit
@include('dataentry.footer')