@extends('site.layout.layout') @section('title',__('Add a used product')) @push('css') @endpush @section('content') {{ __('Home') }} {{ __('Add a used product') }} {{ __('My Orders') }} {{ __('Sell My Products')}} {{ __('Profile') }} {{ __('Favorites') }} {{ __('Addresses') }} {{ __('Add a used product') }} @csrf {{ __('Upload product images') }} {{ __('Product Title') }} {{ __('Product Title') }} {{ __('Product Description') }} {{ old('description_en') }} {{ __('Product Description') }} {{ old('description_ar') }} {{ __('Category') }} {{ __('Select product category') }} @foreach($categories as $category) {{ $category->getTranslation('title',app()->getLocale()) }} @endforeach {{ __('Sub Category') }} {{ __('Select product sub category') }} {{ __('Sale status') }} {{ __('Select product sale status') }} {{ __('Open Box') }} {{ __('Very Good') }} {{ __('Good') }} {{ __('Shipping types') }} {{ __('PickUp') }} {{ __('Store Delivery') }} {{ __('Shipping Company') }} {{ __('Product Price') }} {{ __('Your application will be reviewed by the Tasahal administration. Once approved, the product will be displayed to users.') }} {{ __('Add') }} @endsection @push('scripts') @endpush
{{ __('Upload product images') }}
{{ __('Your application will be reviewed by the Tasahal administration. Once approved, the product will be displayed to users.') }}