@extends('main') @section('styles') {!! Html::style(Theme::current()->assetPath.'/css/timeline.css') !!} @endsection @section('page-title') @endsection @section('content')
@foreach ($abouts as $key => $about)

{!! $about->title !!}

@if ($about->photo) {!! $about->title !!} @endif

{!! $about->content !!}
@endforeach
@endsection @section('scripts') @endsection