@extends('admin.layouts.master') @section('title') الحالات @endsection @section('css') @endsection @section('content-header')

الحالات

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