@extends('sales.layouts.app') @section("content")

功能管理 新增功能

@if( !count($list) )

沒有功能

@endif
@foreach($list as $v)
@if( count($v->child()) ) @else @endif {{ $v->name }} / {{ $v->slug }}
排序
@if( count($v->child()) )
@foreach($v->child() as $c)
{{ $c->name }} / {{ $c->slug }}
排序
@endforeach
@endif
@endforeach
@endsection @section("script") @endsection