@extends('layouts.app') @section('title', 'Bangladesh Unbound - Payment Methods') @section('page-title', 'Payment Methods') @section('breadcrumb') @endsection @section('content')

Packages Payment Methods

@can('payment-method-create') Add New Payment Methods @endcan

All Payment Methods

@include('admin.payment_methods.partials.payment_methods_table') @include('layouts.partials.pagination-info')
@endsection