@extends(@Auth::user()->role=='admin' ? 'layouts.gentella':'layouts.'.env('LAYOUT')) @section('content')
{{ $website->name }} id") }}">Emails
Website Details id") }}"> Edit
Name {{ $website->name }}
Home URL {{ $website->home_url }}
Telephone {{ $website->telephone }}
E-mail {{ $website->email }}
Logo
Discount Codes Add
@foreach($promotions = $website->promotions as $promotion) @endforeach
# Discount Code % Min Status Action
{{ $promotion->id }} {{ $promotion->code }} {{ $promotion->percent.'%' }} {{ $promotion->min_allowed }} @if($promotion->status==1) @else @endif @if($promotion->status==1) id/0") }}" class="label label-warning"> Deactivate @else id/1") }}" class="label label-success"> Activate @endif id") }}" class="label label-danger"> Delete`
@if($website->wallet)
E-Wallet & Account Settings Edit
@if($website->author) @endif
Points Per Referral {{ $website->getReferralPoints() }}
Point Pay Amount ${{ $website->getPointPay() }}
Points Redeem Rate {{ $website->getRedeemRate() }}
Author Points per Visitor {{ $website->getAuthorPoints() }}
@endif
@endsection