@extends('admin.layouts.master-soyuz') @section('title',__('Edit Menu')) @section('body') @include('admin.layouts.topbar',$data)
@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