@extends('user.layouts.master') @section('history-active', 'active') @section('content')
@include('user.layouts.afterlogin_sidebar')
@if (session('success'))
{{ session('success') }}
@endif

Report History

@foreach ($history as $histories) @if($histories->status=='deleted') @if ($histories->is_type == 'approve') @elseif($histories->is_type == 'pending') @else @endif @endif @endforeach
Created Date User Platform Email Phone Status Action
{{ \Carbon\Carbon::parse($histories->created_at->toDateString())->format('m/d/Y') }} {{ $histories->user_name }} {{ $histories->payment_type }} {{ $histories->email }} {{ $histories->number_format1 }}ApprovedPendingDenied View
{{-- Delete Report With Reason --}} {{-- Delete Report With Reason --}} @endsection @section('linkss') {{-- --}} @endsection @push('scripts2') {{-- --}} @endpush