@extends('layouts.backend') @section('content')

EDIT USEFULLINK

@csrf
@if ($errors->has('title')) @endif
@if ($errors->has('icon')) @endif
@if ($errors->has('description')) @endif
@if ($errors->has('redirect_url')) @endif
@endsection