@extends('layouts.app') @section('content')
@if(! in_array(Auth::user()->id, [320,38604])) {{translate('Add New Product')}} @endif

{{ translate('Digital Products') }}

@if(Auth::user()->id != "320") @endif @foreach($products as $key => $product) @if(Auth::user()->id != "320") @endif @endforeach
# {{translate('Name')}} {{translate('Added By')}} {{translate('Photo')}} {{translate('Base Price')}} {{translate('Todays Deal')}} {{translate('Published')}} {{translate('Featured')}}{{translate('Options')}}
{{$key+1}} {{ __($product->name) }} {{ ucfirst($product->added_by) }} Image {{ number_format($product->unit_price,2) }} @if(Auth::user()->id == "320") @else @endif @if(Auth::user()->id == "320") @else @endif @if(Auth::user()->id == "320") @else @endif
@endsection @section('script') @endsection