@extends('layouts.admin') @section('title') ویرایش منو @endsection @section('content')

ویرایش منو

@include('admin.index.messages')
@method('patch') @csrf
@if($errors->has('locale')) {{ $errors->first('locale') }} @endif
@if($errors->has('position')) {{ $errors->first('position') }} @endif
@if($errors->has('menu_id')) {{ $errors->first('menu_id') }} @endif
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('url')) {{ $errors->first('url') }} @endif
@if($errors->has('page_id')) {{ $errors->first('page_id') }} @endif
@if($errors->has('sort')) {{ $errors->first('sort') }} @endif
active == 1) checked @endif class="custom-control-input">
active == 0) checked @endif class="custom-control-input">
@endsection