@extends("layout.app")
@section("content")
@php $banners = \App\Models\Banner::where("is_active",1)->orderBy("order",'asc')->take(2)->get();@endphp
@if($banners)
@foreach($banners as $banner)
{!! $hero->description !!}
@if($hero->image != "default.jpg")