@extends('adminlayout.mobile_sidebar') @section('content')
@if (!$details->isEmpty())
@php $i=1; @endphp @foreach($details as $data) @endforeach
User Id: {{ $data->user_id }}
Amount: {{ $data->amount }}
Remark: {{ $data->remark }}
@else
No records found.
Back
@endif
@endsection