@extends('admin.layouts.master') @section('title') الردود @endsection @section('css') @endsection @section('content-header')

الردود

@endsection @section('content')
@include('admin.ReplyMessage.create')
@include('admin.messages') @foreach($data as $row) @if(!auth('employee')->check()) @include('admin.ReplyMessage.edit') @include('admin.ReplyMessage.deleted') @else @endif @endforeach
# اسم الرد اسم المشترك العمليات
{{$loop->index+1}} {{$row->name}} {{$row->subscriber->name ?? 'اداره'}}
@endsection @section('js') @endsection