Adding 'other' template page for admin panel

This commit is contained in:
2021-10-06 12:43:06 -06:00
parent 85f7d28a0f
commit bcb3b06bc3
2 changed files with 26 additions and 4 deletions

View File

@ -0,0 +1,5 @@
@extends('layouts.admin')
@section('content')
<p>PluginNamespace Plugin {{ __( 'Admin Other Page', 'nmsp-plugin-name-text-domain' ) }}</p>
@endsection