@extends('user.layouts.app') @section('body_class', 'introduction_tolly') @section('content')

An Introduction to Tolly

@if(!empty($introduction_main))
{!! $introduction_main->description !!}
    @if($introduction_main->image_one)
  • @endif @if($introduction_main->image_two)
  • @endif @if($introduction_main->image_three)
  • @endif
@endif
@if($introduction_sections->isNotEmpty())
@foreach($introduction_sections as $section)

{{ $section->title }}

{!! $section->description !!}
    @if($section->image_one)
  • @endif @if($section->image_two)
  • @endif @if($section->image_three)
  • @endif
@endforeach
@endif
@endsection @section('footer') @endsection @push('scripts') @endpush