@extends('adminlte::layouts.app') @section('htmlheader_title') {{ $o->name ?: 'New Payment' }} @endsection @section('page_title') {{ $o->name ?: 'New Payment' }} @endsection @section('contentheader_title') {{ $o->name ?: 'New Payment' }} @endsection @section('contentheader_description') @include('adminlte::widget.status') @endsection @section('main-content')
@include('payment.widget.detail')
@endsection