@extends('layouts.app') @section('content') @php $position = old('position', 'header'); $linkType = old('link_type', 'cms'); $target = old('target', '_self'); @endphp
@if ($errors->any())
Error!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Create Website Menu
@csrf
@endsection