@extends('layout.admin.master') @section('meta-title', 'LEREVE - Update Product') @section('body-class', 'menu-position-side menu-side-left full-screen with-content-panel') @section('breadcrumbs') @endsection @push('asset-top') @endpush @section('content')
Product
@csrf
Update
@error('name_en') @enderror
@error('name_ar') @enderror
@error('description_en') @enderror
@error('description_ar') @enderror
@error('preparation_time') @enderror
Weights
@php $sizes = json_decode($product->measurements, true); $prices = json_decode($product->price, true); $sale_prices = json_decode($product->sale_price, true); $quantities = json_decode($product->quantity, true); @endphp @foreach($sizes as $size)
@endforeach
Media
@if($product->thumbnail) @endif @error('thumbnail') @enderror
@if($product->gallery) @php $gallery = explode(',', $product->gallery); @endphp @foreach($gallery as $img) @endforeach @endif
@if($product->video) @endif
@endsection @push('asset-bottom') @endpush