@extends('resource.show') @php $links['back'] = guard_url('payment/payment'); $links['edit'] = guard_url('payment/payment') . '/' . $payment->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('payment::payment.title.main') !!} @stop @section('sub.title') {!! __('payment::payment.title.show') !!} @stop @section('breadcrumb')