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

{!! link_to_route('payments.index', 'Lihat Semua Pembayaran', [], ['class' => 'btn btn-default']) !!}
{{ trans('payment.show') }}

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