@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
    # الاسم العمليات
    {{$i++}} {{$item->name}} تعديل حذف
    @endsection @section('script') @endsection