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

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

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

@csrf

{{ __('survey_option') }}

{{ __('id') }} {{ __('option') }} {{ __('counter') }} {{ __('percentage') }} {{ __('operate') }}
@endsection @section('js') @endsection @section('script') {{-- add option button --}} @endsection