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

Edit Important Link

@if ($errors->any())
@endif
@csrf @method('PUT')
Enter a valid URL or use "#".
@if($importantLink->icon) Selected Icon @endif
@endsection @section('scripts') @endsection