@extends('layout') @push('head') @endpush @section('body')
{{ config('app.name', 'CineFlex') }}
@yield('content')
@endsection