@extends('frontend.layout.master') @section('site_title',__('Withdraw History')) @section('style') @endsection @section('content') @include('frontend.user.layout.partials.sidebar') @include('wallet::freelancer.withdraw.search-result') @endsection @section('script') @include('wallet::freelancer.withdraw.withdraw-js') @endsection