@extends('layouts.venue.app') @section('styles') @endsection @section('content')
@foreach($products as $product) @endforeach
{{ __('global.id') }} {{ __('global.name') }} {{ __('global.price') }} {{ __('global.sprenty_cut') }} {{ __('global.tax') }} {{ __('global.action') }}
{{ $product->id }} {{ unserialize($product->title)['title_ge'] }} {{ $product->price }} ₾ {{ $product->sprenty_price }} ₾ {{ $product->tax }} ₾ {{ __('global.details') }} {{ __('global.edit') }} {{ __('global.delete') }}
{{ $products->links() }}
@endsection @section('scripts') @endsection