@extends('admin.dashboard') @section('content')

User Analytics -> {{ $user_detail[0]->email }}

  • Basic
  • Projects
  • Point Transactions
  • SAR Report
@if(count($user_detail[0]->transactions) > 0) @foreach($user_detail[0]->transactions as $key => $val) @if($val->payment_type != 0) debit_credit == 0) style="background: #ED3C3F; color: white" @endif> @endif @endforeach @else @endif
@if(count($user_detail[0]->transactions) > 0) @foreach($user_detail[0]->transactions as $key => $val) @if($val->debit_credit == 0 && $val->payment_type == 0) @endif @endforeach @else @endif
@if($user_detail[0]->status != 1) @else @endif
@endsection @section('script') @endsection