@extends('layouts.default') @section('title') @endsection @section('header-style') @endsection @section('content') {{--@json($vehicles)--}}
| SL | Boat Name | Type | Engine Capacity | Origin | Model Year | Fuel Type | Active |
|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$vehicle->vehicle_name}} | {{$vehicle->vehicle_type->type_name}} | {{$vehicle->engine_capacity}} | {{$vehicle->origin}} | {{$vehicle->model_year}} | {{$vehicle->fuel_type}} | @if($vehicle->active_yn == 'Y') Yes @else No @endif |
| No data found | |||||||