@extends('dashboard.layout.layout') @section('content')
{!! $car_types->links() !!}
@foreach ($car_types as $car_type) @endforeach
# {!! trans('dashboard.car_type.car_types') !!} {!! trans('dashboard.general.added_date') !!} {!! trans('dashboard.general.control') !!}
{{ $loop->iteration }} {{ $car_type->name }}
{{ $car_type->created_at->format("Y-m-d") }}
{!! $car_types->links() !!}
@include('dashboard.layout.delete_modal') @endsection @include('dashboard.car_type.scripts')