@extends('layouts/contentLayoutMaster') @section('title', 'الشكاوي والاقتراحات') @section('vendor-style') @endsection @section('content') رد علي الشكوي او الأقتراح @csrf العميل المحتوي {{$data->msg}} @if ($errors->has('msg')) {{ $errors->first('msg') }} @endif الردود السابقة الرد الوقت بواسطة @foreach($data->replies as $reply) {{$reply->reply}} {{$reply->created_at}} {{$reply->by->name}} @endforeach أضافة رد جديد @if ($errors->has('msg')) {{ $errors->first('msg') }} @endif تم الحل status == 1 ) checked @endif @endif value="1" > @if ($errors->has('status')) {{ $errors->first('status') }} @endif اضافة {{-- Data list view end --}} @endsection @section('vendor-script') @endsection