@extends('layouts.app') @section('content')
# | {{translate('Name')}} | {{translate('Added By')}} | {{translate('Photo')}} | {{translate('Base Price')}} | {{translate('Todays Deal')}} | {{translate('Published')}} | {{translate('Featured')}} | @if(Auth::user()->id != "320"){{translate('Options')}} | @endif
---|---|---|---|---|---|---|---|---|
{{$key+1}} | {{ __($product->name) }} | {{ ucfirst($product->added_by) }} | {{ 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 | @if(Auth::user()->id != "320")
|
@endif