@include('elements.front_header_assets')
@if(check_curtain_data() == 1)
Enter Password
@include('elements.front_header')
@yield('content')
@include('elements.front_footer_assets')
@else
@include('elements.front_header')
@yield('content')
@include('elements.front_footer_assets') @endif