@extends('admin.layouts.master') @section('title') التصنيف @endsection @section('css') @endsection @section('content-header')

التصنيف

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