@extends('layout.app', ['title' => 'Hướng dẫn giải đáp']) @push('style') @vite(['resources/css/landing.css']) @endpush @php use App\Enums\SubjectExerciseEnum; @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   giải bài tập
Giải đáp câu hỏi bài tập: Bạn có câu hỏi bài tập khó giải? 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. Bạn cũng có thể gửi câu hỏi bằng hình ảnh cho chúng tôi theo các định dạng: .jpeg; .png; .jpg
@csrf @error('question_content') {{ $message }} @enderror
@error('subject_id') {{ $message }} @enderror
tải file
{{--
--}}
@error('file') {{ $message }} @enderror
@include('modals.show_loading')
@endsection @push('script') @endpush