2022-04-23 16:25:16 -07:00
|
|
|
@extends('admin.layout')
|
|
|
|
|
|
|
|
@section('pg-nav')
|
|
|
|
<x-admin.nav :section="'joined'" />
|
|
|
|
@endsection
|
|
|
|
|
2022-04-23 19:31:00 -07:00
|
|
|
@section('pg-title', 'Joined')
|
|
|
|
|
|
|
|
@section('content')
|
2022-04-25 19:50:01 -07:00
|
|
|
<livewire:admin.list-fanlistings :class="'joined'" />
|
2022-04-23 19:31:00 -07:00
|
|
|
@endsection
|