@extends('layouts.user') @push('css') @endpush @section('contents')
@if ($gs->withdraw_status == 0)

{{__('WithDraw is temporary Off')}}

@else @includeIf('includes.flash')
@csrf
@endif
@endsection @push('js') @endpush