@extends('layouts.admin') @section('content')
@include('includes.admin.roles.settings') @include('includes.admin.form-success')

{{ __('Use the BB codes, it show the data dynamically in your whatsapps.') }}


{{ __('Meaning') }} {{ __('BB Code') }}
{{ __('Customer Name') }} {customer_name}
{{ __('Withdraw Amount') }} {amount}
{{ 'Admin Name' }} {admin_name}
{{ __('Admin Whatsapp') }} {admin_whatsapp}
{{ __('Website Title') }} {website_title}
@include('includes.admin.form-both') {{ csrf_field() }}
@endsection