@extends('Admin.admin_dashboard_links') @section('content')
@include('Admin.admin_dashboard_sidebar')

Invest Requested

@forelse($invest as $key=>$invests) @empty @endforelse
Serial Customer Name Transaction_number Status Ammount Action
{{$key+1}} {{$invests->rel_to_user->name}} {{$invests->transaction_number}} {{$invests->ammount}} @if($invests->status == 0) Requested @elseif($invests->status == 1) Accepted @elseif($invests->status == 2) Rejected @endif
Serial Customer Id Status Ammount Action
{{-- --}}
@endsection