@extends('layouts.app',['dashBoardTitle'=>'COMPANIES']) @section('content')
@if (session('status')) @endif @if (session('message')) @endif
@if($limit != 0)   Create Company @else   Create Company @endif
@if(isset($list)) @if(count($list)>0) @foreach(@$list as $index => $company) @endforeach @else @endif
S.No {{trans('Name')}} {{trans('Action')}}
{{$loop->iteration}} {{$company->taxpayer}} Go To Dashboard
No results found!
@endif
{{ $list->links() }}
@endsection