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
|