@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")}} {{__("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")}}
@endsection @section("scripts") @endsection