@extends('layouts.front-end.app') @section('title',$product['name']) @push('css_or_js') @if($product->added_by=='seller') @elseif($product->added_by=='admin') @endif @if($product['meta_image']!=null) meta_image}}"/> meta_image}}"/> @else thumbnail}}"/> thumbnail}}"/> @endif @if($product['meta_title']!=null) @else @endif @if($product['meta_description']!=null) @else @endif @endpush @section('content')

{{$product->name}}

{{\App\CPU\translate('Personal Info')}}

@if($form)

{{\App\CPU\translate('Form Info')}}

@if(!$form)

{{\App\CPU\translate('There are no requirements')}}

@else @foreach($form->details as $details)
@if($details->type=='image')
is_mandatory==1) required @endif type="file" class="dropify" name="{{$details->id}}_image" data-default-file="" accept="image/*"/> <{{\App\CPU\translate('Only the following formats are allowed: jpeg, jpg, png, gif, svg, webp, avif.')}}/span>
@elseif($details->type=='text')
@else
is_mandatory==1) required @endif @if($details->type=='input') maxlength="{{$details->limit_character}}" @endif type="text" class="form-control" id="{{$details->id}}_title" name="{{$details->id}}_title">
@endif
@endforeach @endif
@endif

{{\App\CPU\translate('Total Price')}}

@if($type=='variation')
@endif
@include('buyNow.parts.order_summary')
@endsection @push('script') {{-- Messaging with shop seller --}} @endpush