From 4c17f889d32cb1f99567c5e4c623cf6325f96881 Mon Sep 17 00:00:00 2001 From: Sergey Panarin Date: Fri, 2 Aug 2024 09:25:54 +0200 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/info_company_new.blade.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/views/info_company_new.blade.php b/resources/views/info_company_new.blade.php index 184b624..9e8c44a 100644 --- a/resources/views/info_company_new.blade.php +++ b/resources/views/info_company_new.blade.php @@ -202,9 +202,13 @@ @foreach ($company[0]->flots as $flot)
@if (!empty($flot->image)) - {{ $flot->name }} + + {{ $flot->name }} + @else - {{ $flot->name }} + + {{ $flot->name }} + @endif
{{ $flot->name }}
-- 1.7.10.4