@extends('layouts.master') @section('title', 'Withdrawal Whitelist') @push('styles') @endpush @section('content')
@can('withdrawal-whitelist-create') @include('backend.withdrawal_whitelist.create-form') @endcan
@can('withdrawal-whitelist-create') {!! renderIconHtml('add') !!}{{ __('Add New') }} @endcan
{{ __('#') }} {{ __('Username') }} {{ __('Email') }} {{ __('Blockchain Address') }} {{ __('Created At') }} {{ __('Action') }}
@endsection @push('scripts') @endpush