@extends('dashboard.layouts.master') @section('title') departments @stop @section('css') @endsection @section('page-header') @endsection @section('content')
@foreach($datas as $data) @include('dashboard.pages.department.deleted') @endforeach
# الاسم العمليات
{{$loop->iteration}} {{$data->name}}
@endsection @section('js') @endsection