cineflex/resources/views/welcome.blade.php

8 lines
133 B
PHP
Raw Normal View History

2022-11-23 09:32:34 +01:00
@extends('layout')
@section('content')
<h1>{{ config('app.name', 'CineFlex') }}</h1>
<hr/>
<h2>Movies:</h2>
@endsection