@extends('main') @section('styles') @endsection @section('page-title') @endsection @section('content')
@foreach ($abouts as $k => $about)
@if ($about->photo)

{{ $about->title }}

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