@extends('layouts.admin') @section('title', 'Settings') @section('page-title', 'Payment Settings') @section('content')

Payment Account Settings

@if(session('success')) @endif @if($errors->any()) @endif
@csrf
Enter your EasyPaisa account number (e.g., PK03JCMA2309923033662056)
Enter your JazzCash account number (e.g., PK03JCMA2309923033662056)
Enter your MCB IBAN account number (e.g., PK37MUCB1121117601007664)
Enter the account title (e.g., PREETEM JEE)
Back to Dashboard
@endsection