@extends('partials.main') @section('title') {{ 'Loyalty Program' }} @endsection @section('content')

{{ $banner->heading }}

{{ $banner->subheading }}

  1. Home
  2. {{ $banner->heading }}
@foreach ($data as $item) @endforeach {{-- --}}
{!! $portal->description !!}
@endsection