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