@extends('layouts.master') @section('page-title') عرض صلاحيات المستخدم @endsection @section('content')
عرض صلاحيات المستخدم
    @foreach($categories as $category) @if($category->parent_id == 0)
  • {{ $category->name_ar }}
      @foreach($categories->where('parent_id', $category->id)->all() as $child)
    • {{ $child->name_ar }}
    • @endforeach
  • @endif @endforeach
@stop @push('page_level_style') @endpush @push('page_level_script') @endpush @push('page_level_plugin') @endpush