@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{trans('labels.questions')}}

@endsection @section('content')
@csrf @method('post')
@error('type') {{ $message }} @enderror
@endsection @section('script') @endsection