@extends('layouts.admin') @section('main') @include('admin.layouts.nav')

ALL DEPOSIT FOR CLIENT

@foreach ($depo as $depo) @endforeach
Client Amount Status Date Actions

{{$depo->name}}

{{$depo->currency}} - {{$depo->amount}} {{$depo->status}} {{$depo->time}}
@method('delete') @csrf
Showing
@endsection