@extends('vendor.includes.master-vendor') @section('content')

My Withdraws

@if(Session::has('message'))
× {{ Session::get('message') }}
@endif
@foreach($withdraws as $withdraw) @if($withdraw->method != "Bank") @else @endif @endforeach
Withdraw Date Method Account Amount Status
{{$withdraw->created_at}} {{$withdraw->method}}{{$withdraw->acc_email}}{{$withdraw->iban}}${{$withdraw->amount}} {{ucfirst($withdraw->status)}}
@stop @section('footer') @stop