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