@extends('admin.layouts.app', ['title' => 'Payout Methods']) @push('head') @endpush @section('content')

Payout Methods

{{--
Add EasyPaisa and JazzCash payout methods from the admin panel.
--}}
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif
@forelse ($methods as $method) @include('admin.payout_methods._row', ['method' => $method]) @empty @endforelse
Code Name Status Wallet Company Symbol Actions
No payout methods found.
No payout methods found.
{{ $methods->links() }}
@endsection @push('scripts') @endpush