@extends('theme::layouts.app', ['alias' => 'Account']) @section('theme::title', __('seo.referral')) @section('theme::sidebar') @include('theme::frontend.account.sidebar', ['account_alias'=>'Referral']) @endsection @section('theme::content')

{{ __('home.ref.title') }}

{{ __('home.ref.signature') }}

@if($signature) [URL={{ url("/register?r={$account->reflink}") }}]
[IMG]{{ Storage::disk('images')->url($signature) }}[/IMG]
[/URL]

@else

{{ __('home.ref.no-signature') }}

@endif

{{ __('home.ref.your-ref') }}

{!! $dataTable->table(['class' => 'table table-hover table-bordered table-striped w-100'], true) !!}
@endsection @push('theme::javascript') {!! $dataTable->scripts() !!} @endpush