@extends('user.layouts.master')
@section('history-active', 'active')
@section('content')
Report History
@foreach ($history as $histories)
Created Date
User
Platform
Email
Phone
Status
Action
@if($histories->status=='deleted')
@endif
@endforeach
{{ \Carbon\Carbon::parse($histories->created_at->toDateString())->format('m/d/Y') }}
{{ $histories->user_name }}
{{ $histories->payment_type }}
{{ $histories->email }}
{{ $histories->number_format1 }}
@if ($histories->is_type == 'approve')
Approved
@elseif($histories->is_type == 'pending')
Pending
@else
Denied
@endif
View