@extends(@Auth::user()->role=='admin' ? 'layouts.gentella':'layouts.'.env('LAYOUT'))
@section('content')
| Name |
{{ $website->name }} |
| Home URL |
{{ $website->home_url }} |
| Telephone |
{{ $website->telephone }} |
| E-mail |
{{ $website->email }} |
| Logo |
@if($website->logo)
@endif
|
@if($website->wallet)
E-Wallet & Account Settings
Edit
| Points Per Referral |
{{ $website->getReferralPoints() }} |
| Point Pay Amount |
${{ $website->getPointPay() }} |
| Points Redeem Rate |
{{ $website->getRedeemRate() }} |
@if($website->author)
| Author Points per Visitor |
{{ $website->getAuthorPoints() }} |
@endif
@endif
@endsection