@extends('front.user.partials.layout' , ['active' => $active , 'page' => __('inquires')]) @section('profile_content')
{{--
--}} {{--
--}} {{--
How i can provide you with details about the product
--}} {{--
--}} {{--
--}}
@if($inquiries && $inquiries->count()) @foreach($inquiries as $inquiry)
{{--

How i can provide you with details about the product

--}}
  • {{ @$inquiry->created_at->format('Y-m-d') }}
  • {{ @$inquiry->name }} {!! @$inquiry->country->svg !!}
  • {{ @$inquiry->company_name }}

@lang('contact_via')

@if(@$inquiry->email) @lang('email') @endif @if($inquiry->whatsapp) @lang('whatsapp_no') @endif
Wanted : Medical Face Masks
{!! @$inquiry->message !!}
@endforeach @endif
@endsection