@extends('layouts.main') @section('title') {{ __('survey') }} @endsection @section('content')

{{ __('create_and_manage') . ' ' . __('survey') }}

@can('survey-create')
@endcan

{{ __('create') . ' ' . __('survey_question') }}

@csrf
@can('survey-list')

{{ __('survey_question') }}

@can('survey-bulk-delete')
@endcan
@canany(['survey-view', 'survey-edit', 'survey-delete']) @endcanany
{{ __('id') }} {{ __('language') }} {{ __('question') }} {{ __('status') }} {{ __('total') }} {{ __('operate') }}
@endcan
@endsection @section('js') @endsection @section('script') @endsection