{{ Session::get('success') }}
@endif
| S.No | Name | Company Name | Contact | Lorries | Drivers | Orders | Status | Action | View | ||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $owner->user->first_name }} | {{ $owner->company }} | {{ $owner->user->email }} | {{ $owner->user->mobile }} | {{ \App\Lorry::where('owner_id', $owner->id)->count() }} | {{ \App\Driver::where('owner_id', $owner->id)->count() }} | {{ \App\Order::where('owner_id', $owner->id)->count() }} | @if($owner->user->status) {{-- --}} {{-- | --}} @else {{-- --}} {{-- --}} @endif {{--@if($owner->user->status) | @else @endif --}}