Using Laravel @extends, @include and @yield

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

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

  • @noctcam
    @noctcam 9 месяцев назад +1

    Man you are great, you explained it beautifully, much love!!

  • @MsNurulSyazana
    @MsNurulSyazana 2 месяца назад

    nice tutorial easy to understand thanksss

  • @AhmadRaza-gx1kv
    @AhmadRaza-gx1kv Год назад +2

    thanks great work. i appreciate it. keep it up.

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

      Thank you for your feedback!
      Yes I'll keep it up

  • @UmarJAN-bz2nq
    @UmarJAN-bz2nq 4 месяца назад

    Thank you sir.🙂

  • @n-mashremix2296
    @n-mashremix2296 Год назад

    nice bro

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

    ill see you

  • @faycalghali3933
    @faycalghali3933 5 месяцев назад

    Thank you!

  • @shouravsaha3222
    @shouravsaha3222 8 месяцев назад +2

    all ok but @yield(), @extends(), @section() is not working

  • @denysdruhov7010
    @denysdruhov7010 7 месяцев назад

    I did similar, but it doesn't work.
    I have main Index.blade.php page in views folder, then I want header section to insert as a template wherever I need. So I made header.blade.php file in separate folder and wrapped whole content in it in @section('header'), in the end of the content closed section with @endsection and as well in the beginning of the file wrote @extends('index').
    In index file inside body tag I wrote @yeild('header')
    but no result. Header section doesn't render in index file.
    I don't understand what's wrong

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

    Hey why are all the views in the layouts folder? Isn't the folder supposed to have the layouts? The footer, header itself aren't layouts tough?

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

    All clear

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

    ========= like for my TIME !!!🍎🍊🍉

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

    nice