@extends("layouts.admin.app") @section("page-title") {{__("Car Model")}} @endSection @section("page-nav-title")

{{__("Car Model")}}

{{__("All Car Model")}}

@endsection @section("content") @include("includes.dialog")
{{--
--}} {{--
--}} {{-- @csrf--}} {{-- --}} {{-- {{__("Export As Excel")}}--}} {{--
--}} {{--
--}}
@foreach($car_models as $car_model) @endforeach
{{__("ID")}} {{__("Title")}} {{__("Created at")}} {{__("Control")}}
{{$car_model->id}} {{$car_model->getNameAttribute()}} {{$car_model->created_at->diffForHumans()}} id)}}" class="control-link edit">
$car_model->id])}}" method="post" id="delete{{$car_model->id}}" style="display: none" data-swal-title="{{__("Delete Car Model")}}" data-swal-text="{{__("Are Your Sure To Delete This Car Model")}} ?" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{("the services has been deleted successfully")}}">@csrf @method("delete")
@endsection @section("scripts") @if(session()->has("technician_register_info")) @endif @endsection