@extends('layouts.admin') @section('meta') {{trans('home.add_survey')}} @endsection @section('content')
{!! Form::open(['route' => 'surveys.store', 'data-toggle'=>'validator', 'files'=>'true']) !!}
{{trans('home.survey')}}

@can('status_or_publish_field')

{{trans('home.publish')}}

@endcan
{{trans('home.survey_questions')}}

{!! Form::close() !!}
@endsection @section('script') @endsection