@extends('admin.layouts.main') @section('main-admin-container')

Enquiry Detail

{{--
--}}
{{-- @foreach ($enquiries as $enquiry) --}} {{-- @dd($enquiries->all()); --}}

Name :

{{ $enquiries->user_name }}

Mobile :

{{ $enquiries->phone_number }}

Message:

{{ $enquiries->message }}

{{-- @endforeach --}} {{--

Name :

Jeetendra Singh

Mobile :

9956746156

Message:

Some messages are testimonials that may appear in commercials and brochures, while others are reviews that are prevalent on platforms that serve as resources for consumers. Some messages are testimonials that may appear in commercials and brochures, while others are reviews that are prevalent on platforms that serve as resources for consumers. Some messages are testimonials that may appear in commercials and brochures, while others are reviews that are prevalent on platforms that serve as resources for consumers. Some messages are testimonials that may appear in commercials and brochures, while others are reviews that are prevalent on platforms that serve as resources for consumers.

--}} {{--
--}}
@csrf

Add Note

{{--

Heading

Create

With supporting text below as a natural lead-in to additional content.

Heading

Create

With supporting text below as a natural lead-in to additional content.

--}}
@foreach ($notes as $note)

{{ $note->title }}

{{--

{{ $note->created_at }}

--}}

{{ $note->created_at->format('d-m-Y H:i:s') }}

{{ $note->message }}

@endforeach {{--

Heading

Create

With supporting text below as a natural lead-in to additional content.

--}}
@endsection