@extends('layouts.main') @section('title', 'Арт-проекты и выставки') @section('content')

Специальные проекты

Арт-проекты и выставки

@foreach($arts as $art)
{{ $art->title }}

{{ $art->title }}

{!! $art->short_description !!}
@endforeach
@include('forms.become-author') @endsection