Files
2024-06-12 20:31:15 +05:30

3 lines
71 B
PHP

@include('website.header')
@yield('content')
@include('website.footer')