@extends('admin.business.layouts.app') @push('css') @endpush @section('content') @include('admin.components.response') View Cabs All Cabs shown by our team Sr.No. Owner Company Driver Driver Photo Model Vehicle Vehicle Photo Actions @foreach ($cabs as $i => $cab) !$cab['cab_status']])> {{ $i + 1 }} {{ $cab['owner_name'] }} {{ $cab['company_name'] }} {{ $cab['driver_name'] }} {{ $cab['vehicle_model'] }} {{ $cab['vehicle_number'] }} Disabled Active Edit {{-- Delete --}} @endforeach @endsection @push('js') @endpush
All Cabs shown by our team