@extends('layouts.app') @section('title', 'تعديل سؤال') @section('content')


تعديل السؤال

@csrf @method('PUT') @include('support::tickets.form')
@endsection