Commit e6058045 by Arpit Jain

Worked on cronn functinality created page according to locater

parent 4b8e5960
@extends('layouts.frontend')
@section('content')
<?php $detailBannerImage = asset('storage/'.$pageData->banner_image); ?>
@if(!empty($detailBannerImage))
<section class="container-fluid hero-space">
<picture>
<?php $detailBannerImage = asset('storage/'.$pageData->banner_image); ?>
<source media="(max-width: 767px)" srcset="<?php echo $detailBannerImage; ?>">
<img src="{{ $detailBannerImage }}" alt="Flowers" style="width:auto;">
</picture>
</section>
@endif
<section class="container address-box">
<section class="address-box_inner">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment