@extends('layouts.user') @section('pageTitle') Zimmet Detayı @endsection @section('goBack') @endsection @section('content')

Aşağıda belirtilen ürünler için zimmet dosyası yükleyiniz !

@foreach ($products as $product)

{{ $product->piece . ' Adet ' . $product->product->product_name }}

@endforeach
@csrf
{{--
@if ($product->status == 0 && $product->description)

Red Nedeni :

{{ $product->description }} @endif
--}} {{-- @if ($product->status == 2) @if (!$product->debit_file_path)
@csrf
@else Onay Bekleniyor @endif @elseif ($product->status == 1) @elseif ($product->status == 0) @endif --}} @if ($errors->any()) @include('components.error-modal-second') @endif @if (session('error')) {{ session('error') }} @endif @if (session('success')) {{ session('success') }} @endif @endsection