@extends('admin.layouts.master-soyuz') @section('title',__('Edit Menu')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Menu Management") }} @endslot @slot('menu2') {{ __("Edit Menu") }} @endslot @slot('button')
{{ __("Back") }}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __("Edit Menu") }}
@csrf @method('PUT')

{{ __("Target URL so user click on image than where to redirect him/her.") }}

menu_tag == 1 ? "required" : "" }} value="{{ $menu->tag_text }}" placeholder="{{ __('Please enter tag text') }}" type="text" name="tag_text" class="form-control tagtext">

@endsection @section('custom-script') @endsection