@extends('admin.layout') @section('content') @php $type = request()->input('type'); @endphp
Add Product
Back
@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 ($type == 'physical')

@endif @if ($type == 'digital')

@endif
@if ($type == 'digital')

Only zip file is allowed.

@endif
@if ($type == 'physical')

@endif

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

@endif

@endsection @section('scripts') @if($type == 'digital') @endif @endsection