@extends('admin.layouts.master') @section('title') الأقسام الفرعية @endsection @section('styles') @endsection @section('page_header')

عرض جميع الأقسام الفرعية

@endsection @section('content')

الأقسام الفرعية

@if($data->count()) @foreach( $data as $value ) @endforeach @endif
# الاسم القسم الرئيسي @lang('messages.operations')
{{ $i }} {{$value->name['ar'] }} {{$value->category->name['ar'] }}
{!! $data->render() !!}
@endsection @section('scripts') @endsection