@extends('landing-page.layouts.default') @section('content')
{{ $shop->contact_country_code }} {{ $shop->contact_number }}
{{ $shop->email }}
{{ \Carbon\Carbon::parse($shop->shop_start_time)->format('g:i A') }} - {{ \Carbon\Carbon::parse($shop->shop_end_time)->format('g:i A') }}
{{ $shop->address }}, {{ $shop->city->name }}, {{ $shop->state->name }},{{ $shop->country->name }}
{{ $shop->provider->description }}
@endif{{ date("$date_time->date_format", strtotime($shop->provider->created_at)) }}
{{ $completed_services }} {{ __('landingpage.msg_complete_project') }}
{{ implode(', ', json_decode($shop->provider->known_languages)) }}