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

Payin Methods

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