Edit File: new.blade.php
<a href="{{ route($routeName . ".create") }}" class="inline-flex bg-blue-600 py-1 px-4 text-white font-bold rounded-md absolute top-1/2 right-4 -translate-y-1/2"> Create New </a>
Back