@extends('master', ['title' => __('dashboard.edit_product')]) @section('content')

{{ __('dashboard.edit_product') }}

@csrf @method('PUT')
@php $nutrition = $product->nutritional_info ? json_decode($product->nutritional_info, true) : [] @endphp @if (!empty($nutrition)) @foreach ($nutrition as $key => $value)
@endforeach @else
@endif
is_active ? 'checked' : '' }}>
is_best_seller ? 'checked' : '' }}>
is_best_value ? 'checked' : '' }}>
@foreach ($product->images as $image) @endforeach
@endsection @push('js') @endpush