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

Create Important Link

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