7 lines
200 B
PHP
7 lines
200 B
PHP
@extends('layouts.app')
|
|
@section('title', 'My Page')
|
|
|
|
@section('content')
|
|
<x-user-page mode="self" :user="$user" :administrations="$administrations" :selectedMonth="$selectedMonth" />
|
|
@endsection
|