@extends('admin.components.layout') @section('main')
@include('admin.components.response')

Cab Edit Details

Let's edit cab in group

Driver Details
Vehicle Details
@php $vehicleFeatures = json_decode($cab['vehicle_features'], true); @endphp
Cab Features
@php $otherFeatures = $vehicleFeatures['other']; @endphp
@endsection @push('js') @endpush