@extends('layouts.app') @section('title', 'Bangladesh Unbound - Payment Details') @section('page-headder') @endsection @section('content')
@yield('page-headder')

View Payment Details

@include('admin.payment_details.partials.view-form')
@endsection