@extends('layout.app') @section('title') Contact @endsection @section('content') @php if (!empty($contact->content)) { $contactdecodedData = json_decode($contact->content, true); } @endphp {{--
--}} {{-- --}} {{--
--}} {{--

{{$contactdecodedData['top_title'] ?? ''}}

--}} {{--
--}} {{--
--}}
@if($contactSlider)
@php $get_decode = json_decode($contactSlider->images); @endphp @foreach($get_decode as $index => $all_images)

{{$contactdecodedData['top_title'] ?? ''}}

@endforeach
@else

Images Not Found

@endif
@if(Session::get('success'))
Success! {{Session::get('success')}}
@endif

{{$contactdecodedData['heading'] ?? ''}}

{{$contactdecodedData['sub_heading'] ?? ''}}

{{-- --}}
@endsection