@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'] ?? ''}} @csrf {{-- Submit now--}} {{-- Phone:{{$setting->phone_num1}} --}} Email:{{$setting->email}} {{-- Address: {{$setting->address}} --}} {{-- --}} @endsection
{{$contactdecodedData['sub_heading'] ?? ''}}