@extends('layouts.app') @section('content')
{{ $parent->title }}
    @if ($parent->childrens->isNotEmpty()) @foreach ($parent->childrens()->orderBy('order','asc')->get() as $child)
  • id==$child->id) class="active" @endif> {{ $child->title }}
  • @endforeach @endif
{{ getOneCategory(14,'title') }}
查看更多>>
@endsection