@extends('layouts.front_layout') @section('content') @section('title', 'Gallery') About Us @php $section1 = App\Helpers\Helper::getPageSection(1); $section2 = App\Helpers\Helper::getPageSection(2); @endphp {{$section1->title}} {!! $section1->descriptions !!} . {!! $section2->descriptions !!} . {{--- Our Team @foreach($teams as $team) {{$team->name}} @endforeach --}} Our Team @foreach($teams as $team) {{$team->name}} @endforeach @stop