@extends('layouts.stores_dashboard_layout') @section('title') {{trans('stores_dashboard.products')}} @endsection @section('content')
# | {{trans('stores_dashboard.number')}} | {{trans('stores_dashboard.name_in_ar')}} | {{trans('stores_dashboard.name_in_en')}} | {{trans('stores_dashboard.price')}} | {{trans('stores_dashboard.created_at')}} | |
---|---|---|---|---|---|---|
{{$index}} | {{$product->id}} | @foreach(config('app.languages') as $key => $lang){{ $product->getTranslation('name', $key) }} | @endforeach{{$product->price()}} | {{$product->created_at}} |