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