@extends('layouts.layout') @section('title', 'Create New Withdraw') @section('content')

@if(Session::has('success'))
Success : {{ Session::get('success') }}
@endif @if(count($errors) > 0) @endif

Create New Method View All Method

{!! Form::open() !!}

{!! Form::close() !!}
@endsection