@extends('layouts.admin') @section('title', 'Send Email') @section('content')
@csrf
@error('message')
{{ $message }}
@enderror
Customer Details
Name
{{ $customer->name }}
Email
{{ $customer->email }}
Mobile
{{ $customer->phone }}
Due
{{ $customer->wallet->debt['currency'] }}
@endsection