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