@extends('emails.layout') @section('content') @php $brand = config('hakami.brand'); @endphp

تحديث على طلبك

مرحباً {{ $request->name }}، طرأ تحديث على حالة طلبك لدى {{ $siteName }}.

{{-- Status chip --}}
الحالة الحالية
{{ $status->label() }}

{{ $status->message() }}

@if($note)
ملاحظة من فريقنا
{!! nl2br(e($note)) !!}
@endif {{-- Reference --}}
الرقم المرجعي لطلبك
{{ $request->reference }}
تواصل معنا
@endsection