@extends('web.layouts.container') @section('content')

{{$rootDetails->header_title ?? ''}}

Why Roots

{{$rootDetails->title ?? ''}}

@if(count($roots))
@foreach($roots as $root) @if($loop->odd)
{{stripText($root->description)}}
@endif @if($loop->even)
{{stripText($root->description)}}
@endif @endforeach
@endif

WE GET YOU THE RESULTS !!

@endsection @section('inner_js') @endsection