@extends('admin.layouts.app') @section('content')

Survey Email it all here

Survey Email

@if(Session::has('message'))

{{ Session::get('message') }}

@endif
@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{csrf_field()}}
Cancel
@endsection @section('js') @endsection