@extends('layouts.backend.master') @section('title', trans('backend.titles.home-compares')) @section('styles') @endsection @section('content')
@include('backend.includes.form.header', ['page' => 'home-compares'])
@csrf @if($edit) @method('PUT') @endif
@if(count($errors) > 0)
@foreach($errors->all() as $error) @endforeach
@endif
@error('category_id')
{{ $message }}
@enderror
@error('brand_id')
{{ $message }}
@enderror
# Şəkil Adı Kateqoriyası Brendi Qiyməti Endirimli qiyməti
@{{ product.id }} @{{ product.name }} @{{ product.category_name }} @{{ product.brand_name }} @{{ product.price }} M @{{ product.discount_price }} M Əlavə et Ətraflı

Ana səhifə müqayisə bölməsi üçün seçilmiş məhsullar

# Şəkil Adı Kateqoriyası Brendi Miqdarı Qiyməti Endirimli qiyməti
@{{ product.id }} @{{ product.name }} @{{ product.category_name }} @{{ product.brand_name }} @{{ product.quantity }} @{{ product.price }} M @{{ product.discount_price }} M Sil Ətraflı
@include('backend.includes.form.footer')
@endsection @section('scripts') @endsection