@extends("layouts.admin.app") @section("page-nav-title")

{{__('Cars')}}

{{__('Control and view all manufacturing Companies')}}

@endsection @section("content") @include("layouts.main-parts.page-message")
@foreach($cars as $data) @if($data->type==0) @elseif($data->type==1) @endif @if(isset($data->manufacturingCompany)) @else @endif @if(isset($data->model)) @else @endif @endforeach
#{{__('ID')}} {{__('Image')}} {{__('Cars Name En')}} {{__('Cars Name Ar')}} {{__("Type")}} {{__("Colour")}} {{__('Price')}} {{__('Manufacturing Companys')}} {{__('Model')}} {{__('Control')}}
{{++$count}} {{$data->name_en}} {{$data->name_ar}}{{"Used"}}{{"New"}}{{$data->colour_en}} {{$data->price}}{{$data->manufacturingCompany->manufacturing_company_en}}{{ __('Not available') }}{{$data->model->module_en}}{{ __('Not available') }} $data->id]) }}" class="control-link edit">
{{-- {{$manufacturingCompanys->links("pagination::bootstrap-4")}}--}}
@endsection @section("scripts") @endsection