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

@lang('site.deposits')

@php $current_route=Route::current()->parameters()['type']; $pay_route=Route::current()->parameters()['pay']; @endphp
@endsection @section('scripts')
{!! $dataTable->scripts() !!} @endsection