@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{trans('labels.help')}}

@endsection @section('content')

الاسم : {{$data->name}}

الايميل : {{$data->email}}

رقم الهاتف : {{$data->phone}}

الرسالة : {{$data->message}}

حالة الطلب : {{$data->statusLabel()}}

تعليق الادمن : {{$data->comment}}

@if($data->canUpdate())
@csrf @method('patch')
@error('comment') {{ $message }} @enderror
@endif
@endsection @section('script') @endsection