@extends('layouts.engine') @section('content')

Bank Details

List of user attempting to Sell Crypto

@foreach($banks as $bank) @endforeach
# Name Email Amount Bank Name
{{ $loop->iteration }}
{{ $bank->user->email }} {{ $bank->amount }} {{ $bank->bank_name }} View
@endsection @section('scripts') @endsection