@extends('site.layouts.app') @section('content')
@php $banner_args = [ "image_url" => $origin->banner_desktop, 'tablet_image' => $origin->banner_tablet, "mobile_image_url" => $origin->banner_mobile, 'sub' => !empty($origin->text) ? $origin->text : '', "title" => !empty($origin->title) ? $origin->title : '', "alt" => !empty($origin->title) ? $origin->title : '' ] @endphp @include('site._includes.mini-banner', $banner_args)
description_image}") }}" alt="{{ $origin->title ?? '' }}"> {!! $origin->description ?? '' !!} @if ($origin->second_image) second_image}") }}" alt="{{ $origin->title ?? '' }}"> @endif {!! $origin->second_description ?? '' !!}
@endsection