@extends('layouts.admin') @section('styles') @endsection @section('content')
{{csrf_field()}} @include('includes.admin.form-both')

Product Name*

(In Any Language)

Category*

Sub Category*

Child Category*

Select Upload Type*

Select File*

Feature Image *

Product Gallery Images *

Product Current Price*

(In {{$sign->name}})

Product Previous Price*

(Optional)

Product Description*

Product Buy/Return Policy*

Youtube Video URL*

(Optional)

meta_tag != null || strip_tags($data->meta_description) != null) ? 'checked':'' }}>

Meta Tags *

    @if(!empty($data->meta_tag)) @foreach ($data->meta_tag as $element)
  • {{ $element }}
  • @endforeach @endif

Meta Description *

Tags *

    @if(!empty($data->tags)) @foreach ($data->tags as $element)
  • {{ $element }}
  • @endforeach @endif
@endsection @section('scripts') @endsection