@extends('partials.main') @section('title') {{ 'Loyalty Program' }} @endsection @section('content') {{ $banner->heading }} {{ $banner->subheading }} Home {{ $banner->heading }} @foreach ($data as $item) {{-- {{ $item->title }} {!! $item->detail !!} --}} @endforeach {{-- 1 2 3 4 --}} {!! $portal->description !!} @endsection
{!! $item->detail !!}