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