@extends('front.themes.'.env('THEME', 'theme-01').'.layout') @section('content') @include('includes.user-dashboard-sidebar') {{ __("Affiliate Informations") }} @include('includes.admin.form-both') {{ __("Your Affilate Link *") }} {{ __("This is your affilate link just copy the link and paste anywhere you want.") }} {{ url('/').'/?reff='.$user->affilate_code}} {{ __("Affiliate Banner *") }} {{ __("This is your affilate banner Preview.") }} {{ __("Affiliate Banner HTML Code *") }} {{ __("This is your affilate banner html code just copy the code and paste anywhere you want.") }} @endsection @section('scripts') @endsection