@extends('layouts.app')
@section('title')
Left-Header-Navigation
@endsection
@section('content')
@include('flash::message')
@if ($errors->any())
{{ $errors->first() }}
@endif
@include('flash::message')
{{ Form::hidden('bottomNavigationCreateUrl', route('bottom-navigation-style.store'), ['id' => 'bottomNavigationCreateUrl']) }}
{{ Form::hidden('leftHeaderNavigationUrl', route('left.header.navigation.index'), ['id' => 'leftHeaderNavigationUrl']) }}
@include('left_header_navigation.change_url_modal')
@endsection