@extends('admin.layout.app') @section('style') @endsection @section('header')
  • اضافة
  • @endsection @section('content') {{--
    @csrf --}} {{--
    --}} {{--
    --}} {{--
    --}} {{--
    --}} {{--
    --}}
    {{--

    قائمه السيارات

    --}}
    {{-- 'name_ar' , 'name_en' , 'parent', 'latitude', 'longitude', 'address', --}} @php $i = 1; @endphp @foreach($cities as $item) @endforeach
    # الاسم AR الاسم EN الأب العمليات
    {{$i++}} {{$item->name_ar}} {{$item->name_en}} {{$item->Parent->name ?? ''}} تعديل حذف
    @endsection @section('script') @endsection