@extends('admin.layout') @if(!empty($data->language) && $data->language->rtl == 1) @section('styles') @endsection @endif @section('content')
Edit Product
Back
{{-- Featured image upload end --}}
@csrf {{-- START: Featured Image --}}

Feature Image


JPG, PNG, JPEG images are allowed

{{-- END: Featured Image --}} {{-- START: slider Part --}}

JPG, PNG, JPEG images are allowed

{{-- END: slider Part --}}

@if ($data->type == 'physical')

@endif @if ($data->type == 'digital')

@endif
@if ($data->type == 'digital')

Only zip file is allowed.

@endif
@if ($data->type == 'physical')

@endif

@if ($bex->catalog_mode == 0)

@endif

@endsection @section('scripts') @if($data->type == 'digital') @endif {{-- dropzone --}} @endsection