@extends('layouts.back-end.body') @section('content')

{{ __('message.customer') }} {{ __('message.deposit') }}

@include('back-end.customer.deposit.new')
@include('back-end.customer.deposit.pendding')
@include('back-end.customer.deposit.approve')
@include('back-end.customer.deposit.script') @endsection