@extends('layouts.master') @section('page_title', 'Edit Article Taxonomy') @section('content') {{ Form::open(['url' => action('TaxonomyController@update', compact('taxonomy'))]) }}
{{ Form::page_header('Edit '.$taxonomy->taxonomy_name, "sourcedata") }}
@include('super_admin.taxonomy._taxonomy_edit', ['taxonomy' => $taxonomy, 'level' => 0]) {{--@if (sizeof(session()->getOldInput()) > 0 )--}} {{--@if (Request::old('new_navigation'))--}} {{--@foreach (Request::old('new_navigation') as $key => $new_navigation)--}} {{--@if ($key != 'XXX')--}} {{--
--}} {{--@include('website._navigation_checkbox_text', ['prefix' => 'new_navigation',--}} {{--'website_nav_module' => $key,--}} {{--'name' => $new_navigation['name'],--}} {{--'level' => 0,--}} {{--'is_checked' => isset($new_navigation['check'])])--}} {{--
--}} {{--@endif--}} {{--@endforeach--}} {{--@endif--}} {{--@endif--}}
{{ Form::button_save() }} {{ Form::button_cancel() }}
{{ Form::close() }} @endsection @section('page_script') @endsection @section('page_style') @endsection