@extends('web.layout.master') @section('title', 'Welcome! | House Runs For Me') @section('content')
@if(Session::has('message'))

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

@endif

How satisfied were you overall with your experience?


@csrf

@error('about_our_service')

{{ $message }}

@enderror
@error('better_next_time')

{{ $message }}

@enderror
@if(Session::has('message')) @else @endif
@endsection