@extends('dashboard.layouts.master') @section('title') Department-Service @stop @section('css') @endsection @section('page-header') @endsection @section('content')
@foreach($services as $service) @include('dashboard.pages.departments.service.deleted') @endforeach
# الاسم القسم الحالة العمليات
{{$loop->iteration}} {{$service->name_ar}} {{$service->department->name_ar}}
{{$service->active == 1 ? 'مفعل':'غير مفعل'}}
@endsection @section('js') @endsection