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