@extends('backend.layouts.master') @section('title', __('static.dashboard.referral')) @section('content')
{{ __('static.dashboard.referral') }} @role('provider') @if(auth()->user()->referral_code) {{ __('static.referral_code') }}: {{ auth()->user()->referral_code }} @endif @endrole
@endsection @push('js') {!! $dataTable->scripts() !!} @endpush