@extends('template.layouts.simple.master') @section('content')

Companies

@foreach($companies as $company) @endforeach
Sno Company Type Company Name Address City District State Logo Action
{{$loop->iteration}} {{$company->getCompanyTypeInfo->company_type_name}} {{$company->company_name}} {{$company->address}} {{$company->city}} {{$company->district}} {{$company->state}}
{{$companies->links()}}
@endsection @section('scripts') @endsection