@extends('layouts.admin') @section('page_title', ($isRtl ? 'رسالة #' : 'Message #') . $contact->id) @section('content')

{{ $isRtl ? 'تفاصيل الرسالة' : 'Message Details' }} #{{ $contact->id }}

{{ $isRtl ? 'رجوع' : 'Back' }}
{{ $contact->name }}
{{ $contact->email }}
{{ $contact->phone }}
{{ $contact->subject }}
{{ $contact->message }}

{{ $isRtl ? 'تحديث' : 'Update' }}

@csrf @method('PATCH')
@endsection