@extends('layouts.main_dashboard.app') @php($routePrefix = auth()->user()?->usesStaffPortal() ? 'teacher' : 'admin') @section('title', __('dashboard.Edit Answer')) @section('page_heading', __('dashboard.Edit Answer')) @section('breadcrumb') @endsection @section('content')

{{ __('dashboard.Edit Answer for Question') }}: {{ $question->question->question_text }}

@csrf @method('PUT')
@endsection