@extends('layouts/contentNavbarLayout') @section('title', 'Tables - Basic Tables') @section('content')

Coupon

@include('content.notification.notification')
@if (Session::get('rol') == 'admin')
@endif @if (Session::get('rol') == 'admin')
@else @if ( sizeof($domain) > 1 )
@endif @endif
@if (Session::get('rol') == 'admin')@endif @if (Session::get('rol') == 'admin') @else @if ( sizeof($domain) > 1 ) @endif @endif @if(count($data)>0) @foreach ($data as $d) @if ($session == 'admin') @else @endif @if (Session::get('rol') == 'admin')@endif @if (Session::get('rol') == 'admin') @else @if ( sizeof($domain) > 1 ) @endif @endif @endforeach @else {{ "No hay nada" }} @endif
@sortablelink('title', 'Title') @sortablelink('startDate', 'Start Date') @sortablelink('endDate', 'End Date') @sortablelink('state', 'State') @sortablelink('typeValue', 'Type') P. Before P. After Percent @sortablelink('quantity', 'Quantity') ImageBusinessWebsiteWebsiteActions
{{$d->title}} {{$d->startDate}} {{$d->endDate}} {{$d->state}} {{$d->state}}{{$d->typeValue}} {{ $d->priceBefore == null ? '-' : $d->priceBefore }} {{ $d->priceAfter == null ? '-' : $d->priceAfter }} {{ $d->percent == null ? '-' : $d->percent }} {{$d->quantity}}
  • Avatar
{{$d->business}}{{$d->domain}}{{$d->domain}}
{!! $data->appends(request()->query())->render() !!}
@endsection