@extends('main') @section('styles') @endsection @section('page-title') @endsection @section('content')
@if ($article->photo)
{!! $article->content !!}
{{ $article->title }}
@else
{!! $article->content !!}
@endif
@endsection @section('scripts') @endsection