@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("All Promocodes")}}
#{{__("ID")}} | {{__("name of clients")}} | {{__("number of used")}} | {{__("total discount")}} |
---|---|---|---|
{{$promocode->id}} | @if($promocode->promo_use == 1) {{__("All Users")}} @else {{$promocode->getNameUser()}} @endif | {{$promocode->usePromoCodeUser()->count()}} | {{$promocode->PromoCodeByType()}} |