@extends('backend.layouts.app') @section('title', 'Fund Withraw List') @section('page-title', 'Fund Withraw List') @section('page-breadcrumb', 'Fund Withraw List') @section('content')
Fund Withraw List @if(Auth::user()->user_type=="0") Withraw @endif
Fund Withraw List
@csrf

@if(Auth::user()->user_type>4)
@else @endif
@endsection @section('self_script') @endsection