@extends('layouts.frontend.master') @section('title', 'Home') @push('styles') @endpush @section('hero_content')
@foreach ($contents as $section) @if ($section->slug == 'slide-1') {!! $section->description !!} @endif @endforeach
@endsection @section('content')
@foreach ($contents as $section) @if ($section->slug == 'vision-1') {!! $section->description !!} @endif @endforeach
@foreach ($contents as $section) @if ($section->slug == 'vision-2') {!! $section->description !!} @endif @endforeach
@foreach ($contents as $section) @if ($section->slug == 'solutions​-1') {!! $section->description !!} @endif @endforeach
@foreach ($contents as $section) @if ($section->slug == 'solutions​-2') {!! $section->description !!} @endif @endforeach

CSR Principles

@foreach ($contents as $sectionImg) @if ($sectionImg->slug == 'principles-1-image') image @endif @endforeach
@foreach ($contents as $section) @if ($section->slug == 'principles-1') {!! $section->description !!} @endif @endforeach
@foreach ($contents as $sectionImg) @if ($sectionImg->slug == 'principles-2-image') image @endif @endforeach
@foreach ($contents as $section) @if ($section->slug == 'principles-2') {!! $section->description !!} @endif @endforeach
@foreach ($contents as $sectionImg) @if ($sectionImg->slug == 'principles-3-image') image @endif @endforeach
@foreach ($contents as $section) @if ($section->slug == 'principles-3') {!! $section->description !!} @endif @endforeach
@foreach ($contents as $section) @if ($section->slug == 'approach-1') {!! $section->description !!} @endif @endforeach
@foreach ($contents as $section) @if ($section->slug == 'approach-2') {!! $section->description !!} @endif @endforeach
@endsection