@extends('home') @section('title') {{ __(ucfirst($section)) }} - {{ __('Add') }} @endsection @section('styles') @endsection @section('content')
{{ __('Title') }} | {{ __('Status') }} | {{ __('Action') }} | |
---|---|---|---|
@if ($item->depth > 1) {!! str_repeat('-',$item->depth) !!} {{ $item->title }} @else {{ $item->title }} @endif | {{ Form::open(['method' => 'DELETE', 'route' => ['MenuDestroy',$section, $item->id]]) }} {{ Form::close() }} |