8 lines
133 B
PHP
8 lines
133 B
PHP
|
@extends('layout')
|
||
|
|
||
|
@section('content')
|
||
|
<h1>{{ config('app.name', 'CineFlex') }}</h1>
|
||
|
<hr/>
|
||
|
<h2>Movies:</h2>
|
||
|
@endsection
|