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