@extends('layouts.super_admin.app') @section('styles') @endsection @section('content')
@foreach($products as $product) @endforeach
{{ __('global.id') }} {{ __('global.name') }} {{ __('global.price') }} {{ __('global.sprenty_cut') }} {{ __('global.tax') }} {{ __('global.actions') }}
{{ $product->id }} {{ json_decode($product->title, true)[app()->getLocale()] ?? '' }} {{ $product->price }} ₾ {{ $product->sprenty_price }} ₾ {{ $product->tax }} ₾ {{ __('global.drag_and_sort') }} {{ __('global.details') }} {{ __('global.edit') }} {{ __('global.delete') }}
{{ $products->links() }}
@endsection @section('scripts') @endsection