@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Promocode")}}

{{__("All Promocodes")}}

@endsection @section("css-links") getLocale() . "/pages/orders.css")}}"> @endsection @section("content")
@csrf {{__("Export As Excel")}}
@if (!empty($promocodes)) @foreach($promocodes as $promocode) @endforeach @else @endif
#{{__("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()}}
@endsection @section("scripts") @endsection