@extends('central.dashboard.layouts.master') @section('sidebar') @include('central.dashboard.layouts.sidebar', ['page' => 'system-parts']) @endsection @section('style') @endsection @section('content')

أجزاء النظام

@foreach ($modules as $module)

{{ $module->name }}

@if ($module->sections->count()) @foreach ($module->sections as $section)
{{ $section->name }}
@endforeach @endif
@endforeach
@endsection