@extends('admin.includes.master-admin') @section('content')
@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 @if($withdraw->status == "pending") Accept Reject @endif
@stop @section('footer') @stop