@extends('layouts.app') @section('content')

قائمة الماركات

إضافة ماركة جديدة @foreach($brands as $brand) @endforeach
# الاسم الوصف الإجراءات
{{ $brand['id'] }} {{ $brand['name'] }} {{ $brand['description'] }} تعديل
@csrf @method('DELETE')
@endsection