@extends('web.layouts.main') @section('content') {{__('web.question')}} {{__('web.question')}} @CSRF @foreach($questions as $key=>$row) {{date('D, M d, Y')}} {{questionname($row->id)}} @if($row->type == 'choise') @foreach(choises($row->id) as $keyChoise=>$choise) {{answername($choise->id)}} @endforeach @elseif($row->type == 'select') @foreach(choises($row->id) as $keyChoise=>$choise) {{answername($choise->id)}} @endforeach @elseif($row->type == 'image') {{__('web.image')}} : @else @endif @endforeach إرسال {{__('web.subscribe_mail')}} {{__('web.enter_email')}} @CSRF {{__('web.success')}} @push('js') @endpush @stop
{{date('D, M d, Y')}}
{{__('web.enter_email')}}