@extends('layouts.admin') @section('title', 'Admins') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')
CarTypes
@foreach ($car_types as $key => $car) @endforeach
# Car Type Price Action
{{ ++$key }} {{ $car->name }} {{ $car->price }}
@endsection @push('vendor-scripts') @endpush @push('page-scripts') @endpush