#4 Intregating Admin Template In Laravel Project | Laravel E-commerce Tutorial Beginner to Advance

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 38

  • @emieloualvero3505
    @emieloualvero3505 10 месяцев назад

    Thank you very much, your videos help me a lot

  • @abdulkhuddus4985
    @abdulkhuddus4985 11 месяцев назад

    clear cut explanation, thank you

  • @JayNdungu
    @JayNdungu 2 года назад

    This is working perfectly especially if one followed the hospital project. Thanks and kudos bro

  • @syedfarhad7449
    @syedfarhad7449 Год назад

    very gd tutorial. Respect u.

  • @pranav8391
    @pranav8391 Год назад +2

    There is a problem in the admin button like there is a white background coming to the admin button, anysolution??

  • @dahudyusufishola3884
    @dahudyusufishola3884 11 месяцев назад +1

    What could have happened? After adding 'admin' in front of the assets. It didn't work
    5:30

  • @jijirijohnson3453
    @jijirijohnson3453 Год назад

    Good tutorial. Keep it up. However, on the small screens, the sidebar doesn't show. How do I do that so the sidebar should be mobile Responsive.

  • @krishna_9804
    @krishna_9804 Год назад +2

    Sir, why does everything works fine in your system but does not work in our system. I am talking about the admin dropdown in header

    • @VLearn92
      @VLearn92 Месяц назад

      Select an action
      Admin
      Profile
      Logout
      document.getElementById('actionSelect').addEventListener('change', function() {
      const selectedValue = this.value;
      if (selectedValue === 'logout') {
      // Create a form for logging out
      const logoutForm = document.createElement('form');
      logoutForm.method = 'POST';
      logoutForm.action = '{{ route('logout') }}';
      const csrfInput = document.createElement('input');
      csrfInput.type = 'hidden';
      csrfInput.name = '_token';
      csrfInput.value = '{{ csrf_token() }}';
      logoutForm.appendChild(csrfInput);
      document.body.appendChild(logoutForm);
      logoutForm.submit();
      } else if (selectedValue) {
      window.location.href = selectedValue;
      }
      });
      separate js from this code make new js on assets call him form.js and put a link on scripts.blade.js and the form put in the header do not forget to build that links dashboard.blade.php and logout.blade.php

  • @DaisukeABP
    @DaisukeABP 9 месяцев назад

    When we integrate template, should we find all "src" and put admin/ on them?

  • @kashthrob
    @kashthrob 10 месяцев назад

    you good!

  • @izaanu1233
    @izaanu1233 Год назад +1

    When x-app- layout added no logout options showing

  • @AkhilKkAkhil
    @AkhilKkAkhil 4 месяца назад

    I was having issues with the logout button for admin, it is there but it is misplaced, and I am unable to fix it

    • @aryafabiano6659
      @aryafabiano6659 3 месяца назад

      did u solve it?me too have prob in logout

  • @benibedallah3272
    @benibedallah3272 2 года назад

    Thank you 🎉🎉🎉

  • @beatricejika2725
    @beatricejika2725 Год назад

    am using laravel 10 in logout it give an error help pls

  • @urdreamspace
    @urdreamspace 2 года назад

    why are the icons on the sidebar not working

  • @gamerx4294
    @gamerx4294 Год назад +1

    when i am passing x layout amin not showing

  • @alliswell6790
    @alliswell6790 Год назад

    Bro log out is not working please help me bro

  • @SajidPuthawala
    @SajidPuthawala 2 года назад

    Bro make full tutorial fast

  • @kienboy9999
    @kienboy9999 Год назад +1

    add admin before assets never works

  • @beticohernandez9536
    @beticohernandez9536 2 года назад

    Hola, la plantilla admin?

  • @好きな事で生きるプロゲーマー自

    Lesson5:ruclips.net/video/7PSd9uM_JgA/видео.html

  • @好きな事で生きるプロゲーマー自

    I dont under stand about ''