@extends('frontend.layout.master') @section('style') @endsection @section('content')
    @foreach (get_setting_array('slider') as $key=>$item )
  • Slide 1
    {{-- text here --}} {{--

    text here

    --}}
  • @endforeach
@php $data = get_setting('home_section_one'); $data = json_decode($data,true); // print_r($data); @endphp

{{ $data['title'] }}

{!! $data['description'] !!}

{{-- --}}
@php $data = get_setting('home_section_two'); $data = json_decode($data,true); // print_r($data); @endphp

{{ $data['title'] }}

{!! $data['description'] !!}

{{-- --}}

our products

@php $newItem = \App\Models\Category::find('15'); @endphp @if($newItem) @endif
@foreach($categories as $item) @endforeach

Testimonials

What Our Clients Say

@foreach(get_setting_array('testimonial') as $key=>$item ) @php $data = json_decode($item->value,true); @endphp
{{ $data['description'] }}
@endforeach

Our clients

@foreach (get_setting_array('client') as $key=>$item )
Believers Sign
@endforeach
@endsection @section('script') @endsection