@extends('frontend.layouts.user_panel') @section('panel_content')

{{ translate('Products') }}

@csrf
{{translate('General')}}
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate('This is used for search. Input those words by which cutomer can find this product.')}}
{{translate('Images')}}
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate('These images are visible in product details page gallery. Use 600x600 sizes images.')}}
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate('This image is visible in all product box. Use 300x300 sizes image. Keep some blank space around main object of your image as we had to crop some edge in different devices to make it responsive.')}}
{{translate('Meta Tags')}}
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate('Price')}}
{{translate('Product Information')}}
@endsection