@extends('AdminView.layouts.default') @section('title') Admin @endsection @section('content') @if(session('succses')) @endif @if(session('deleted')) @endif
@foreach($get_product as $item)

Модерация продукта

Владелец продукта` {{$item->user_product->company_name}}

Назад

@csrf @if($item['name'])
@endif @if($item['category_name'])
@endif @if($item['frame'])
@endif @if($item['facades'])
@endif @if($item['length'])
@endif @if($item['height'])
@endif @if($item['tabletop'])
@endif




@foreach($item->product_image as $image) @if($item->product_image->count() == 1)
@csrf
...
@else
...
@endif @endforeach
@endforeach
@endsection