@extends('dashboard.layouts.master') @section('title', 'Affiliate Withdraw History Create') @section('content')

Add New Withdraw

@csrf @include('dashboard.affiliaterWithdrawHistories.common.form')
@endsection