@extends('admin.layouts.app') @section('content')
{{ translate('Contact Us Query') }}
Subject : {{ $contactUs->subject }}

Description : {{ $contactUs->description }}

@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf @method('put')
@endsection