@extends('site.layout.layout') @section('title',__('Add a used product')) @push('css') @endpush @section('content')

{{ __('Add a used product') }}

@csrf

{{ __('Upload product images') }}

{{ __('Your application will be reviewed by the Tasahal administration. Once approved, the product will be displayed to users.') }}

@endsection @push('scripts') @endpush