@extends('frontend.layout') @section('content')

Settings

Andrew Jones
{{$user->name}}
{{date('j F, Y', strtotime($user->created_at))}}
@csrf
Password
{{ __('Reset Password') }}
@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@if(isset($token))
{{ __('Reset Password') }}
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endif
Attachments
@if(session('error')) @endif @if ($message = Session::get('warning'))
{{ $message }}
@if(session()->has('message'))
{{ session()->get('message') }}
@endif @endif @if(count($errors)) @endif
@csrf

Total Earned

$5000

@foreach($data as $single) @if($single->status == 0)
{{$single->name}}

Bill No:{{$single->bill_number}}

@if($single->status ==0) awaiting Points : {{$single->pending_points}} @elseif($single->status ==1) awaiting Points : {{$single->pending_points}} @else awaiting Points :{{$single->pending_points}} @endif

{{$single->message}} @if($single->status ==2) {{$single->reject_reason}} @endif

@if($single->status ==0) Waiting @elseif($single->status ==1) Approved @else Rejected @endif
@endif @endforeach
@foreach($data as $single) @if($single->status == 1)
{{$single->name}}

Bill No:{{$single->bill_number}}

@if($single->status ==0) awaiting Points : {{$single->pending_points}} @elseif($single->status ==1) awaiting Points : {{$single->pending_points}} @else awaiting Points :{{$single->pending_points}} @endif

{{$single->message}} @if($single->status ==2) {{$single->reject_reason}} @endif

@if($single->status ==0) Waiting @elseif($single->status ==1) Approved @else Rejected @endif
@endif @endforeach
@foreach($data as $single) @if($single->status == 2)
{{$single->name}}

Bill No:{{$single->bill_number}}

@if($single->status ==0) awaiting Points : {{$single->pending_points}} @elseif($single->status ==1) awaiting Points : {{$single->pending_points}} @else awaiting Points :{{$single->pending_points}} @endif

{{$single->message}} @if($single->status ==2) {{$single->reject_reason}} @endif

@if($single->status ==0) Waiting @elseif($single->status ==1) Approved @else Rejected @endif
@endif @endforeach
@endsection