@extends('main') @section('styles') {!! Html::style(Theme::current()->assetPath.'/css/timeline.css') !!} @endsection @section('page-title') {{ __('History') }} {{ __('Home') }} / {{ __('About us') }} / {{ __('History') }} @endsection @section('content') @foreach ($abouts as $key => $about) {!! $about->title !!} @if ($about->photo) @endif {!! $about->content !!} @endforeach @endsection @section('scripts') @endsection
@if ($about->photo) @endif