How to implement category in Laravel Project
There is no fixed way but I will try to guide you anyway…. First create…
There is no fixed way but I will try to guide you anyway…. First create…
<nav> <a href="{{ route('admin.dashboard') }}" class="py-2.5 px-4 rounded transition duration-200 hover:bg-gray-700 hover:text-white flex items-center {{…
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Laravel Admin Dashboard</title> <script…