@extends('layout.app', ['title' => 'Hướng dẫn giải đáp']) @push('style') @vite(['resources/css/landing.css']) @endpush @php @endphp @section('content')
@include('layout.landing_banner', [ 'title' => 'hướng dẫn giải đáp', 'description' => 'Bạn đang gặp khó khăn gì, đừng lo lắng hãy nói với Siêu Học nhé!', ])
@include('custom_errors.session-errors')
Câu hỏi   Lý thuyết {{-- giải bài tập real time --}}
Giải đáp câu hỏi lý thuyết: Bạn có câu hỏi lý thuyết khó giải? Hay bạn quên công thức đã học trên lớp? Hãy nhập ở phần bên, chúng tôi sẽ giúp giải đáp cho bạn tất cả các câu hỏi.
@csrf() @error('theoryQuestion') {{ $message }} @enderror
@include('modals.show_loading')
@endsection @push('script') @vite(['resources/js/exercise-guide.js']) @endpush