@extends('layouts.app') @section('title', __('Platform').' — '.config('platform.name', config('app.name'))) @section('page-title', __('Platform')) @section('page-subtitle', __('Identity, branding & defaults that appear across the app.')) @section('content') @include('super-admin._nav')
@endsection