@extends('backend.layouts.main') @section('title', 'Inquiry-update') @section('main-container')
Inquiry Date | {{ $query->created_at->format('M, d Y h:i a') }}
Viewed By | {{ ucfirst($query->viewedBy->name) .' ( '. $query->viewedBy->email .' )'}}
@csrf
@endsection