@extends('core::layouts.master')
@section('title')
{{ trans_choice('core::general.manage',1) }} {{ trans_choice('core::general.menu',1) }}
@endsection
@section('styles')
@stop
@section('content')
@foreach($data as $parent)
@if($parent->children->count()==0)
-
@else
-
@foreach($parent->children as $child)
-
@endforeach
@endif
@endforeach
@endsection
@section('scripts')
@endsection