@extends('layouts.admin') @section('title') افزودن منو @endsection @section('content')

افزود منو

@include('admin.index.messages')
@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
@endsection