@extends('layouts.admin') @section('content')

الصفحات المتغيرة

جميع الصفحات المتغيرة

@include('dashboard.includes.alerts.success') @include('dashboard.includes.alerts.errors')
@csrf @isset($pages) @foreach($pages as $page) @endforeach @endisset
# {{__('general.name_ar')}} {{__('general.name_en')}} {{__('general.status')}} {{__('general.actions')}}
{{$loop->index+1}} {{$page -> title_ar}} {{$page ->title_en}} {{--$page -> getActive()--}} @if($page->status==1) اضغط لالغاء التفعيل @else اضغط للتفعيل @endif
@if(!in_array($page->id, [1, 4, 5, 6, 7, 8, 9,10])) {{-- @if($page->id!= '1' && $page->id!= '2' && $page->id!= '3' && $page->id!= '4') --}} @endif
{{-- @if($page->id!= '1' && $page->id!= '2' && $page->id!= '3' && $page->id!= '4') --}} @if(!in_array($page->id, [1, 4, 5, 6, 7, 8, 9,10])) @endif
@stop