{{ $title}}

@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
{{ trans('store.sms_funnel.name') }}
@if ($errors->has('message'))
{{ $errors->first('message') }}
@endif
{{ trans('store.sms_funnel.remaining') }}
@if($funnel->file !='')
@else
@endif