@extends('layouts.app') @section('content')
{{ __(trans('COMPANIES'))}}
@if (session('status')) @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