@extends('app') @section('content') @php $isEdit = isset($survey) && $action === 'Edit'; @endphp

استطلاع - {{ $action == 'Add' ? 'أضافة' : 'تحرير' }}

العنوان والوصف

{{-- --}} @csrf @if ($isEdit) @endif
60 @lang('helpers.char_count_text')
1000 @lang('helpers.char_count_text')

أسئلة الاستطلاع

{{-- container div for rendering the questions --}}

فترة الاستطلاع

type === 'open') ? 'checked' : '' }}> type === 'close' ? 'checked' : '' }}>
{{-- --}}
إلغاء
@if (Auth::user()->can('survey-destroy')) {{-- --}} @endif
@endsection @section('page_script') @endsection