@extends('admin.layouts.master') @section('title') الموظفين @endsection @section('css') @endsection @section('content-header')
# | اسم الموظف | البريد الالكتروني | نوع الموظف | حاله الموظف | اسم المشترك | القنوات | العمليات |
---|---|---|---|---|---|---|---|
{{$loop->index+1}} | {{$row->name}} | {{$row->email}} | {!! $row->type()!!} |
status == "active" ? "checked" : null}} type="checkbox"
role="switch" id="flexSwitchCheckDefault{{$row->id}}"
onchange="updateStatus(this.checked, {{$row->id}})">
|
{{ $row->subscriber->name ?? "ادراه الفاروق" }} |
@foreach($row->chanelemployees as $chanel)
|
|
@include('admin.employee.changepassword')
@include('admin.employee.deleted')