@extends('website.layouts.app') @section('content')
@foreach($sections as $section)
{!! $section->description !!}
@endforeach
@endsection