{{config('app.name')}}
|
{{__('Today Date :')}} {{\Carbon\Carbon::now()->format('M d Y')}}
|
|
User Info
|
{{Auth::user()->name}}
{{Auth::user()->email}}
{{Auth::user()->phone ?? null}}
|
|
Title |
Details |
@forelse($jsonData as $key => $value )
{{ucwords($key)}} |
{{$value}} |
@empty
@endforelse
Request Created Date: |
{{$data->created_at->format('M d Y')}} |
Amount: |
{{$data->amount ?? 'null'}} |
Type |
@if($data->type ==1)
Active
@else
Decative
@endif
|
Is test |
@if($data->is_test ==1)
Active
@else
Decative
@endif
|
Ip |
{{$data->ip ?? 'null'}} |
Status |
@if($data->captcha_status ==1)
Active
@else
Decative
@endif
|
{{__('Status')}} |
@if($data->status ==1)
Active
@else
Deactive
@endif
|