@extends('backend.adminlayouts.master') @section('body')

Editeaza produsul

@csrf @method('PUT')
isEbook == '1' ? 'checked' : '' }}> Da isEbook == '0' ? 'checked' : '' }}> Nu
isPrinted == '1' ? 'checked' : '' }}> Da isPrinted == '0' ? 'checked' : '' }}> Nu
published == '1' ? 'checked' : '' }}> Da published == '0' ? 'checked' : '' }}> Nu
purchasable == '1' ? 'checked' : '' }}> Da purchasable == '0' ? 'checked' : '' }}> Nu
@if($errors->has('domains'))
{{ $errors->first('domains') }}
@endif
{{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach ($categories as $category)--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{-- @if($errors->has('categories'))--}} {{--
--}} {{-- {{ $errors->first('categories') }}--}} {{--
--}} {{-- @endif--}} {{--
--}}
{{--
@if($errors->has('attributes'))
{{ $errors->first('attributes') }}
@endif
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- #{{ $product->item_name }}--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--

--}} {{-- {{ $product->attachment }}--}} {{--

--}} {{-- --}}{{--

--}} {{-- --}}{{-- ppt,pptx,doc,docx,pdf,xls,xlsx fino a 10 MB--}} {{-- --}}{{--

--}} {{-- @error('attachment')--}} {{--
* {{ $message }}
--}} {{-- @enderror--}} {{-- @if($product->attachment != null)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
Title
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--

--}} {{-- {{__('product.alertSentenceProduct')}}--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- {{__('product.yesAttachment')}}--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}}{{-- Elimina--}} {{-- @endif--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}}
{!! uploadFormFile('pdf', $product->pdf, true, 'pdf') !!}
@if($product->pdf != null && Storage::exists($product->pdf))
Title

{{__('product.alertSentenceProduct')}}

@endif
{!! uploadFormFile('epub', $product->epub, true, 'epub') !!}
@if($product->epub != null && Storage::exists($product->epub))
Title

{{__('product.alertSentenceProduct')}}

@endif
{!! uploadFormFile('img_01', $product->img_01) !!}
@if($product->img_01 != null && Storage::exists($product->img_01))
Title

{{__('product.alertSentenceProduct')}}

@endif
{!! uploadFormFile('img_02', $product->img_02) !!} @if($product->img_02 != null && Storage::exists($product->img_02))
Title

{{__('product.alertSentenceProduct')}}

@endif
{!! uploadFormFile('img_03', $product->img_03) !!} @if($product->img_03 != null && Storage::exists($product->img_03))
Title

{{__('product.alertSentenceProduct')}}

@endif

Audit Log

@foreach($audits as $audit) @endforeach
ID Utilizator Eveniment Valori vechi Valori noi Adresa IP Data
{{ $audit->id }} {{ $audit->user ? $audit->user->name : 'N/A' }} {{ $audit->event }} @foreach($audit->old_values as $key => $value) {{ $key }}: {{ $value }}
@endforeach
@foreach($audit->new_values as $key => $value) {{ $key }}: {{ $value }}
@endforeach
{{ $audit->ip_address }} {{ $audit->created_at }}


Inapoi
@endsection