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

Active Bonus

@if(count($errors) > 0)
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif @if($deposit->count() > 0) @foreach($deposit as $row) @endforeach @else @endif
Action Amount Account No Deposit Id Deposit Created
Get Bonus $ {{$row->amount}} {{$row->account_id}} {{$row->id}} {{$row->created_at->format('Y-m-d')}}
No data found
@endsection