@extends('site.layouts.app') @section('content')
@php $banner_args = [ "image_url" => $origin->banner_desktop, "mobile_image_url" => $origin->banner_mobile, "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 ?? '' !!}
@endsection