@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')
icon }}" >

Upload
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