@extends('template.coin.layouts.admin-base')
@section('title', __('Clients Deposits'))
@section('css')
@endsection
@section('content')
@if(!empty($client))
Deposit / List ( {{$client->get_full_name()}})
@else
Deposit / List
@endif
@if(Session::has('sucmessage'))
{{ Session::get('sucmessage')}}
@endif
@endsection
@section('scripts')
@endsection