Laravel 9 Ecom - Part 45: Filter order in Admin Panel | Filter order by date & status | Admin Order

Поделиться
HTML-код
  • Опубликовано: 21 сен 2024
  • In this video, I have taught how to make a filter option for Orders, where we will be using date and order status to filter the orders in the admin panel in laravel 9 e-commerce.
    Laravel 9 Ecommerce Source code: www.fundacodes...
    Laravel 9 Ecommerce Playlist:
    • Laravel 9 Ecommerce - ...
    Follow us on Instagram: / funda_of_web_it
    Subscribe to my Hindi/Urdu Channel: / fundaofwebithindi

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

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

    My best dev on YT

  • @spop-style2535
    @spop-style2535 2 года назад +1

    Hi that cool,what about ECOM with react Js,I hope u make more videos about reactjs and Laravel,plz show us how to add stripe payment

  • @tobi_dosumu
    @tobi_dosumu 2 года назад +1

    You're awesome 👍

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

    when I combine this date filter and join table my order ID is showing random numbers instead on what's in the data do you know how to fix this?

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

    thanks mate, u help my work!

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

    thank you bro, it works

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

    Hi sir, i want to do this. But what is in Carbon model ?

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

    can you do filter with drop down?

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

    Please you make same filter uses in php code

  • @nikitamane-se3tx
    @nikitamane-se3tx Год назад

    how to date time device id filter ues ,=,=,like

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

    Need source code

  • @mustafaazizi978
    @mustafaazizi978 8 месяцев назад

    The status update is not working

    • @fundaofwebit
      @fundaofwebit  8 месяцев назад +1

      Try to check in google developer tool & Inspect & go to Networks tab and then when you click it. It sends request, so in that you see if there are is anything you are missing.
      Or else please try to return/dd each line in your controller to see what's missing.

    • @mustafaazizi978
      @mustafaazizi978 8 месяцев назад

      @@fundaofwebit I have checked twice . I dont know whats wrong with that.

    • @mustafaazizi978
      @mustafaazizi978 8 месяцев назад

      @@fundaofwebit
      Filter by Status

      Select status
      In progress
      Completed
      Pending
      Cancelled
      Out for delivery

      here is the code

    • @fundaofwebit
      @fundaofwebit  8 месяцев назад

      @@mustafaazizi978 kindly, update the Error your facing, so i can get hint from it.
      Also check your model is 'status' added in your $fillable and also in update code?