@extends('layouts/contentLayoutMaster') @section('title', 'الشكاوي والاقتراحات') @section('vendor-style') @endsection @section('content')

رد علي الشكوي او الأقتراح

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