9 lines
93 B
PHP
9 lines
93 B
PHP
|
|
||
|
@extends('layout')
|
||
|
@section('content')
|
||
|
|
||
|
|
||
|
|
||
|
<p>shabbat shalom</p>
|
||
|
@endsection
|