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

{{__('Car Type')}}

{{__('Control and view all car type')}}

@endsection @section("content") @include("layouts.main-parts.page-message")
@foreach($type as $data) @endforeach
#{{__('ID')}} {{__('Type En')}} {{__('Type Ar')}} {{__('Control')}}
{{++$count}} {{$data->type_en}} {{$data->type_ar}} $data->id]) }}" class="control-link edit">
{{$type->links("pagination::bootstrap-4")}}
@endsection @section("scripts") @endsection