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

Pending Withdraws


@if(Session::has('message'))
× {{ Session::get('message') }}
@endif
@foreach($withdraws as $withdraw) @endforeach
Campaign Name Owner Email Withdraw Amount Method Date Actions
{{$withdraw->campid->title}} {{$withdraw->campid->createdby->email}} ${{$withdraw->amount}} {{$withdraw->method}} {{$withdraw->created_at}} View Details Accept Reject

@stop @section('footer') @stop