@extends('layouts.main') @section('css') @endsection @section('main.content')
@include('cabinet.partials.banner', ['class' => 'horizontal', 'banner' => $banners[1] ?? null])

Новое объявление

1

Информация

2

Объявление

@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf

Шаг 1

Шаг 2

@if(count($ads->photos) > 0)
@foreach($ads->photos as $photo)
Удалить
@endforeach
@endif
@overwrite @section('post-scripts') @endsection