@extends('layout') @section("social-script")
@endsection @section('content')
{{ get_content($shop_theme_info, 'contact', 'contact_title') }}
{{ get_content($shop_theme_info, 'contact', 'contact_subtitle') }}
{{ get_content($shop_theme_info, 'contact', 'contact_quote') }}
@if(is_serialized(get_content($shop_theme_info, "contact", "contact_store_maintenance")))
@foreach(unserialize(get_content($shop_theme_info, "contact", "contact_store_maintenance")) as $store) @endforeach
Store Image Store Name Store Branch Contact Number Location
{{$store["name"]}} {{$store["branch"]}} {{$store["contact"]}} {{ $store["address"] }}
@endif
{!!Honeypot::generate('my_name','my_time')!!}
@endsection @section('script') @endsection @section('css') @endsection