@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('theme.backend.adminlte.payment.widget.detail')
@endsection