@extends('admin.layouts.app') @section('panel')
| # | Client Name | Client Email | Amount Lost | Date of Transaction | Scammer Name | Actions |
|---|---|---|---|---|---|---|
| {{ $claim->id }} | {{ $claim->client_name }} | {{ $claim->client_email }} | ${{ $claim->amount_lost }} | {{ \Carbon\Carbon::parse($claim->date_of_transaction)->format('d M, Y') }} | {{ $claim->scammer_name }} | View Details |