@extends('layout.index')
@section('content')
ID |
导航名称 |
导航链接 |
导航路径 |
操作 |
@foreach($nav as $k=>$v)
{{$v['id']}} |
@if ($v['pid'] == 0)
{{$v['title']}} |
@else
{{$v['pid'].' — '.$v['title']}} |
@endif
{{$v['link']}} |
{{$v['pid']}} |
|
@endforeach
@endsection
@section('myjs')
@endsection