Skip to main content

All Questions

Tagged with
0 votes
0 answers
46 views

Cant send data to destination page using compact

I've already passed data to the destination page using compact by a method. now I want to pass data to the destination page using compact again. Is there any problem for that? Firstly I tried to use ...
Mr. Anonymous's user avatar
1 vote
2 answers
70 views

Exception in UI \ view in section that is in comment - HTML PHP Laravel

I have a question, and I am new to laravel and html. I have a view, and in the view I have a certain code that is in comment. when I try to load the page it throws exception on this part of code, But ...
Bastian's user avatar
  • 1,209
-1 votes
2 answers
2k views

pagination layout in Laravel use Bootstrap

How to create a pagination layout in Laravel 9 using Bootstrap 5 like this style. pagination layout
Younes Barez's user avatar
0 votes
0 answers
175 views

laravel fetching data how to aligned in single line

I'm new in laravel and html im able to get data from table using foreach. but i get data not aliened as I required help me. my required alignment now I'm getting alignment @foreach ($...
user12380208's user avatar
1 vote
2 answers
2k views

Fail to load an image from storage on laravel

Can you please give me an example: I used seeder to create an image for the user, but I couldn't load it, even though I ran php artisan storage:link , and checked the path of the image (the url is ...
DragonSayler's user avatar
0 votes
1 answer
88 views

Get the value from 2 table on laravel

Schema::create('discounts', function (Blueprint $table) { $table->id(); $table->string('name'); $table->dateTime('from', $precision =0); $table-...
DragonSayler's user avatar
1 vote
0 answers
144 views

laravel 5.8 form::model not working, Post form is sent as Get

I have an error in one of my forms, all the others work but in particular I cannot edit in this one since it does not send the post from a form created with Form :: model (), it took me a while to ...
Edwin Avila's user avatar
0 votes
1 answer
1k views

Call Shopify api in laravel with Particular shopify store data?

shopify public api in laravel Php. Run app to this type error show in laravel 7
user avatar
1 vote
1 answer
478 views

uncheck a checkbox when I check another - laravel

i have a problem, i need to uncheck a checkbox when check another checkbox. but checkboxes must not have the same name. the name field must be different. <input type="radio" class=...
seonica's user avatar
  • 51
0 votes
1 answer
610 views

Why select input field is not working in laravel view?

I have facing an weird problem in my laravel application. In my view file there are a select input field where values are fetched from database table. I have checked that data successfully passed to ...
Monayem Islam's user avatar
0 votes
1 answer
941 views

laravel, displaying data on a dropdown from another table but saving in current table

I have 2 tables, a user table and a working_hours table. on the Add screen for working_hours I want a drop down to allow a user to pick an ID from the users table and when the submit button is pressed,...
nivan34's user avatar
  • 23
0 votes
1 answer
34 views

Showing image if specific criteria is met in Laravel

I am completely new at Laravel and I am making a dashboard. On this dashboard I want to show an image of a tick if the lastdatasync(timestamp data type) records are within the last 24hrs. if it is ...
dashyflock's user avatar
0 votes
4 answers
3k views

laravel 8 is not loading css and js/bootstrap

I don't know why, this isn't my first project in laravel but my css isn't working and I can't find any problem in my code, maybe i'm tired or something but this kept me stuck for about 10hours. It ...
Paul Catalin Agighioleanu's user avatar
1 vote
1 answer
217 views

Checkbox does not work when clicking on it

I change this code: Demo1 <li class="nav-item"> <span class="nav-switch" href="#"> <span class="language" id="eg">EG</...
Ahmed Radi's user avatar
0 votes
2 answers
36 views

Laravel HTML form issue

<form action="/group/{id}/save/group" method="POST"> @csrf <table id="modal-table"> @foreach($...
user avatar

15 30 50 per page
1
2 3 4 5
20