@extends('layouts.admin') @section('content')

Application Details

Back to List
@if(session('success')) @endif @if(session('generated_password'))
Reseller Credentials Generated:

Email: {{ $reseller->email }}

Password: {{ session('generated_password') }}

*This password is shown only once. It has also been emailed to the user.

@endif

Applicant Information

Full Name
{{ $reseller->name }}
Email Address
{{ $reseller->email }}
Phone
{{ $reseller->phone }}
Date Applied
{{ $reseller->created_at->format('M d, Y h:i A') }}
Address
{{ $reseller->address }}
{{ $reseller->city }}, {{ $reseller->state }} {{ $reseller->postal_code }}

Company Information

Company Name
{{ $reseller->company_name }}
Website
@if($reseller->company_website) {{ $reseller->company_website }} @else N/A @endif
GST Number
{{ $reseller->gst_number }}

Actions

@csrf

Danger Zone

@csrf @method('DELETE')
@endsection