@extends('layouts.app') @section('title', trans('payment.show')) @section('content') @include('payments.partials.breadcrumb')

{{ trans('payment.show') }}

@include('payments.partials.payment-show')
@endsection