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

Pending Withdraws

@if(Session::has('message'))
× {{ Session::get('message') }}
@endif
@foreach($withdraws as $withdraw) @endforeach
Company Name Vendors Email Phone Method Withdraw Date Actions
{{$withdraw->vendorid->shop_name}} {{$withdraw->vendorid->email}} {{$withdraw->vendorid->phone}} {{$withdraw->method}} {{$withdraw->created_at}} View Details Accept Reject
@stop @section('footer') @stop