@extends('layouts.app') @section('title','Edit Important Link') @section('content')
@csrf @method('put')
{{ $errors->first('name') }}
{{ $errors->first('name_ban') }}
{{ $errors->first('link') }}
Cancel
@endsection