PATH:
home
/
lab2454c
/
omvstudio.com
/
resources
/
views
/
front
/
home_sections
<div class="how__it__works"> <div class="container"> <div class="body__title__wrapp"> {{-- <h2>How it works</h2> --}} <h2>{{ $home_page_section_title_arr->home_work_sec_title }}</h2> </div> <div class="row justify-content-center"> @if ($home_config_works->count() > 0) @php $count = 0 ; @endphp @foreach ($home_config_works as $home_config_work) @php $count++; @endphp <div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 mr__bottom__large"> <div class="item__card"> <div class="number">{{ $count }}</div> <div class="icon__holder"> <img src="{{ isset($home_config_work->image) ? asset('storage/home_works/'.$home_config_work->image) : asset('front_assets/images/register.svg') }}" alt="" /> </div> <h3 class="title">{{ $home_config_work->title }}</h3> <p>{!! $home_config_work->content !!} </p> </div> </div> @endforeach @else <h2>No Question Found!!</h2> @endif </div> </div> </div>
[-] entertain-your-self.blade.php
[edit]
[+]
..
[-] how-works.blade.php
[edit]
[-] new-release.blade.php
[edit]
[-] home-banner.blade.php
[edit]
[-] top-categories.blade.php
[edit]
[-] faq-questions.blade.php
[edit]
[-] watch-every-where.blade.php
[edit]