@extends('layout') @section('title', 'Payment | Edit Payment') @section('content')
@method('put') @csrf
Data Payment
{{@$payment->subscription->order_number}}
{{@$payment->transaction_id}}
{{@$payment->metode}}
{{@$payment->subscription->hotel->hotel_name}}
{{@$payment->subscription->service->service_name}}
{{@$payment->mcp_status}}
Back
@endsection @section('js') @endsection