@extends('layouts.app') @section('title') {{ config('app.name', 'Laravel') }} | {{ __('common.products') }} @endsection @section('heading') {{ __('common.products') }} @endsection @section('heading-icon')admin_panel_settings@endsection {{--@section('page-breadcrumbs'){{ Breadcrumbs::render($options['route_name'] ?? '') }}@endsection--}} @section('content')

@if(optional($form)->id) {{ __('common.show') }} - {{ optional($form)->product_name }} @else {{ __('common.create') }} @endif

reply_all  {{ __('common.go_back') }}

{{ __('common.product_information') }}

{{--
--}} {{-- is_featured??''==='Yes') checked @endif class="vh" name="is_featured" value="Y">--}} {{-- --}} {{--
--}}
@if(isset($form->sub1Category->name))
@endif @if(isset($form->sub2Category->name))
@endif @if(isset($form->sub3Category->name))
@endif
@if(!@empty($productoption)) @php $i = 0; @endphp @foreach ($productoption as $data) @php $i++ @endphp
@php $loop_count_num=1; @endphp {{-- @foreach ($productAttrArr as $key => $val) --}} {{-- @php $loop_count_prev=$loop_count_num; $pAArr=(array)$val; @endphp --}}
{{-- @if ($loop_count_num == 2) --}} {{-- --}} {{-- @else --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif --}}
{{-- @endforeach --}}
@endforeach @endempty
{!! $form->long_desc??'' !!}
@if($form->cover_video)
@endif @if($form->catalog) @endif
@isset($form)

{{ __('common.product_images') }}

@foreach($form->productImages as $image)
@endforeach
@endisset
@endsection @push('head.start') @endpush @push('body.end') @endpush