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

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

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