@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 Tags') }} *

{{ __('Meta Description') }} *

Tags *

@endsection @section('scripts') @endsection