@extends('admin.layouts.master') @section('title') إضافة رسالة تفاعلية @endsection @section('css') @endsection @section('content-header')

إضافة رسالة تفاعلية

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