@extends('layouts.app') @section('title', 'View Query - ISP ERP System') @section('page-title', 'View Query') @section('content')
Query Details
Edit
@csrf @method('DELETE')
Query ID:
{{ $query->id }}
Client Type:
{{ ucfirst($query->clients_type ?? 'existing') }} Client
Query:
{{ $query->query }}
@if($query->notes)
Notes:
{{ $query->notes }}
@endif
Created At:
{{ $query->created_at->format('d M Y, h:i A') }}
Updated At:
{{ $query->updated_at->format('d M Y, h:i A') }}
@endsection