@extends('layouts.app') @section('title', 'Bulk Micro Loan Payment') @section('content')
@if(session('success')) @endif @if($errors->any()) @endif
Select CBO Center
@csrf
Payment Details
@endsection