@extends('admin.layouts.master') @section('title') الحالات @endsection @section('css') @endsection @section('content-header')
# | الرقم التعريفي في الاكسل | اسم الحاله | اسم المشترك | العمليات | |
---|---|---|---|---|---|
{{$loop->index+1}} | {{$row->id}} | {!!$row->styleStatus()!!} | {{$row->subscriber->name ?? 'اداره فاروق جروب'}} | @if(!auth('employee')->check())@if(!in_array($row->name, ['تم الرد', 'في الانتظار', 'عميل جديد','رساله جديده'])) @endif | @else@endif @include('admin.status.edit') @include('admin.status.deleted') |