{{-- Layout for admins --}} {{-- Will have a sidebar with links --}} {{-- Will have a top bar with account and link to main site--}} @extends('layout') @push('head') @endpush @section('body')
{{ config('app.name', 'CineFlex') }}
@yield('content') @yield('main')
@endsection