@extends('frontend.layouts.app') @section('title', 'Thanks' . ' ' . '-' . '' . $setting->site_title) @section('keywords', $setting->site_keywords) @section('description', $setting->site_description) @section('content')
@if (session('message'))
{{--
Thanks for being awesome
--}}

Thanks for being awesome

{{ session('message') }}

Back to home
@endif
@stop @section('js') @if ($errors->any()) @endif @stop