@extends('frontend.master') @section('og_title', 'Custom Page Title') @section('og_description', 'This is a custom Open Graph description.') @section('og_image', 'https://example.com/custom-image.jpg') @section('og_url', 'https://example.com/custom-page-url') @section('stylesheet') @section('content') @if(!empty($contentDetails)) @if(!empty($pageDetails->banner)) @endif @if(!empty($pageDetails->page_name)) {!! $pageDetails->page_name !!} @endif @foreach($contentDetails as $content) {!! $content->title !!} {!! $content->schedule !!} {!! $content->duration !!} ${!! $content->amount !!} Apply Now @endforeach {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- 1--}} {{-- 2--}} {{-- 3--}} {{-- 4--}} {{-- 5--}} {{-- 6--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endif @endsection
{!! $content->schedule !!} {!! $content->duration !!}