@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("All Cars Of $provided_section->name")}}
{{__("Vehicle Type")}} | @if($provided_type != 'gar'){{__("Car Type")}} | {{__("Show Car Model")}} | {{__("control")}} | @endif||||||
---|---|---|---|---|---|---|---|---|---|
{{$make->vehicleTypeSpecialist->name ?? ""}} | @if($provided_type != 'gar'){{$make->carTypeSpecialist->name ?? ""}} |
Model
--}}
{{-- {{$cars->links("pagination::bootstrap-4")}}--}}
{{-- --}}
|
@endif
@if(hasPermissions("admin-control"))
@endif |