@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__('Control and view all offers')}}
#{{__('ID')}} | {{__('Offer Value')}} | {{__('Offer Type')}} | {{__('Offer On')}} | @if(isPermissionsAllowed("control-offers")){{__('Branches')}} | {{__("Activation")}} | {{__('Control')}} | @endif
---|---|---|---|---|---|---|
{{$offer->id}} | {{$offer->offer_type == "p" ? "%" : "-"}} {{$offer->value}} | @if($offer->translate_type == "category") {{__("On Category")}} @else {{__("On Item")}} @endif | @if($offer->translate_type == "item") @foreach($offer->items as $key => $item) @if($key == 0) {{$item->name}} @else {{ " - " . $item->name}} @endif @endforeach @else @foreach($offer->categories as $key => $category) @if($key == 0) {{$category->name}} @else {{ " - " . $category->name}} @endif @endforeach @endif | @if(isPermissionsAllowed("control-offers"))id)}}" class="btn btn-primary">{{__('Link')}} |
|
id)}}" class="control-link edit"> | @endif