@extends('Admin.Layouts.Dashboard') @section('styles') @endsection @section('content')

{{$page_title}}

@include('Messages') @if($rows->total() > 0)
@foreach($rows as $row) @endforeach
# الصورة النوع الحالة اجراءات
{{pad_code($row->id)}} Hello {{$row->name_ar}} @if($row->is_active) فعال @else غير فعال @endif
@csrf @method('DELETE')
{{$rows->withQueryString()}}
@else @include('Admin.Layouts.Empty') @endif
@endsection @section('scripts') @endsection