@extends('admin.layout.app') @section('style') @endsection @section('header')
  • اضافة
  • @endsection @section('content') {{--
    @csrf --}} {{--
    --}} {{--
    --}} {{--
    --}} {{--
    --}} {{--
    --}}
    {{-- 'name' , 'plate_number' , 'plate_number2', 'image', 'brand_id', 'brand_model_id', 'color_id', 'size', 'user_id' --}}
    {{--

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

    --}}
    @php $i = 1; @endphp @foreach($brands as $item) @endforeach
    # الاسم AR الاسم EN العمليات
    {{$i++}} {{$item->name_ar}} {{$item->name_en}} تعديل حذف
    @endsection @section('script') @endsection