@yield('head_tags') @yield('styles')
{{ __('app.home') }}
{{ __('report.report') }}
{{ __('app.program') }}
@if (Route::has('public_schedules.index'))
{{ __('lecturing.public_schedule') }}
@endif
{{ __('app.contact') }}
@if (auth()->check())
{{ auth()->user()->name }}
@else
{{ __('auth.login') }}
@endif
{{ __('app.home') }}
{{ __('report.report') }}
{{ __('app.program') }}
@if (Route::has('public_schedules.index'))
{{ __('lecturing.public_schedule') }}
@endif
{{ __('app.contact') }}
@if (auth()->check())
{{ auth()->user()->name }}
@else
{{ __('auth.login') }}
@endif
@include('layouts.public._cta_join')
@include('layouts.public._footer_links')
@include('layouts.public._copyright')
@yield('content') @include('layouts._public_footer') @include('layouts.partials.noty') @stack('scripts')