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

Submit Feedback Survey

{!! Form::model($data,['method'=>'PATCH','action'=>['CustomerFeedBackController@update',$data->id]]) !!} {{--
--}} @csrf Welcome {{$data->name}}
{{-- --}}
{{ __('Back') }}
{{-- @if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif --}}
@endsection