7 lines
125 B
PHP
7 lines
125 B
PHP
|
@extends('admin.layout')
|
||
|
|
||
|
@section('pg-nav')
|
||
|
<x-admin.nav :section="'joined'" />
|
||
|
@endsection
|
||
|
|
||
|
@section('pg-title', 'Joined')
|