@extends('layout') @push('head') @endpush @section('body') {{ config('app.name', 'CineFlex') }} Home Movies @if (Auth::check()) Dashboard Logout @else Login @endif @yield('content') @endsection