@foreach($Products as $Product) @endforeach
# @lang('trans.title_ar') @lang('trans.title_en') @lang('trans.category_ar') @lang('trans.category_en') @lang('trans.display')
{{ $loop->iteration }} {{ $Product->title_ar }} {{ $Product->title_en }} {{ $Product->Categories->first()->title_ar }} {{ $Product->Categories->first()->title_en }}
{{ $Product->Size?->title() }} {{ $Product->Color?->title() }} ({{ Country()->currancy_code }} {{ $Product->price }})
{{ $Product->status ? __('trans.yes') : __('trans.no') }}