@extends('front.layouts.app') @section('content') Invitation @forelse($invitation as $val) {{ $val->title }} {!! $val->detail !!} Get Started @empty Invitation not found! @endforelse @include('front.includes.insta-post') Start Our Trial Today. No Credit Card Required. Get Started @endsection
{!! $val->detail !!}
Invitation not found!