@extends('survey::layouts.master') @push('links') @endpush {{-- content --}} @section('content')

{{$survey->title}}

{!! $survey->description !!}
@if (Auth::user()->can('apply', $survey)&&empty($error))
下一步
@else

{{$error}}

@endif
@endsection