mirror of
https://github.com/twinpath/app.git
synced 2026-01-26 05:15:28 +07:00
7 lines
135 B
PHP
7 lines
135 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<x-common.page-breadcrumb pageTitle="Calender" />
|
|
<x-calender-area />
|
|
@endsection
|