@extends('admin.layout.app') @section('style') @endsection @section('content')

إعدادات عامة

Car Makers
@foreach(AllCarMakers() as $item ) @endforeach
# اسم (AR) اسم (EN) تعديل حذف
{{$item->id}} {{$item->name_ar}} {{$item->name_en}} تعديل حذف
@endsection @section('script') @endsection