@extends('main') @section('styles') @endsection @section('page-title') {{ __('About us') }} {{ __('Home') }} / {{ __('About us') }} @endsection @section('content') @foreach ($abouts as $k => $about) {{ $about->title }} @endforeach @foreach ($abouts as $k => $about) @if ($about->photo) {{ $about->title }} {!! $about->content !!} @else {!! $about->content !!} @endif @endforeach @endsection @section('scripts') @endsection