@extends('layout.master') @section('content')
Lead Name | Agent Name | Date | Deposit | Actions |
---|---|---|---|---|
{{ $leads->fullname }} | {{ $agent->agents->name ?? "User Delete" }} | ${{ number_format($agent->deposit ?? 0, 2) }} | {{ $agent->depositDate }} |
Date | Comment | Actions |
---|---|---|
{{ $comment->date }} |
{{ $comment->comment }} |