@extends('vendor-dashboard.layouts.app') @section('contents')

All Withdraw Methods

@forelse($withdrawMethods as $method) @empty @endforelse
No. Name Created At
{{ $loop->iteration }} {{ $method->withdrawMethod->name }} {{ date('Y-m-d', strtotime($method->created_at)) }}
No Methods
@endsection