@extends('layouts.master') @push('additional-css') @vite(['resources/css/theme-comply.css']) @endpush @push('additional-js') @vite(['resources/js/theme-comply.js']) @endpush @section('page-content')

{!!__('app.pages.home.sections.introduction.catch-phrase')!!}

{!!__('app.pages.home.sections.introduction.description')!!}

@guest {{__('app.pages.home.sections.introduction.log-in')}} {{__('app.pages.home.sections.introduction.register')}} @endguest @auth {{__('app.pages.home.sections.introduction.goto-records')}} @endauth

@endsection