@extends('layouts.app') @section('title', __('stage_academy.settings.title')) @push('styles') @endpush @section('content')

{{ __('stage_academy.settings.title') }}

{{ __('common.back') }}
@if(session('success')) @endif
{{ __('stage_academy.settings.sections.general') }}
@csrf
@if(!empty($settings['general']['logo']))
logo
@endif
{{ __('stage_academy.settings.sections.hero') }}
@csrf
@if(!empty($settings['hero']['image']))
hero
@endif
{{ __('stage_academy.settings.sections.about') }}
@csrf
@if(!empty($settings['about']['image']))
about
@endif
{{ __('stage_academy.settings.sections.contact') }}
@csrf
{{ __('stage_academy.settings.sections.header_links') }}
@csrf
@foreach($headerLinks as $link)
@csrf
is_visible ? 'checked' : '' }}>
@endforeach
{{ __('stage_academy.settings.sections.footer_links') }}
@csrf
@foreach($footerLinks as $link)
@csrf
is_visible ? 'checked' : '' }}>
@endforeach
{{ __('stage_academy.settings.sections.stats') }}
@csrf
@foreach($stats as $stat)
@csrf
@endforeach
{{ __('stage_academy.settings.sections.social') }}
@csrf
{{ __('stage_academy.settings.sections.seo') }}
@csrf
@if(!empty($settings['seo']['share_image']))
seo
@endif
{{ __('stage_academy.settings.sections.other') }}
@csrf
{{ __('stage_academy.settings.sections.library') }}
@csrf
{{ __('stage_academy.settings.sections.blog') }}
@csrf
{{ __('stage_academy.settings.sections.assistant') }}
@csrf
{{ __('stage_academy.settings.sections.consultations') }}
@csrf
{{ __('stage_academy.settings.sections.hall') }}
@endsection