adding the pagination for filters when it redirects to second page returns error This page isn’t wor...
Hello! For some reasons I can't access data from error bag. I've assigned them to variable in view b...
I'm using Laravel 5.7 In my view, list.blade.php I have this (relevant portion shown) <?php $coun...
Hi, I'm working on web app using Laravel that will display and allow to edit players ban list (from...
have need to write custom dynamic blade on the fly, then return the view... these are custom html do...
I had clear cache config in my project. When I turn on localhost, my page show: Here, I have a blad...
I decided to connect my tables from databases. I have four tables. inspections, requisitions, infra...
Hi. I have the following relations in the app I am working on. I have a Bank model or Component as w...
Hello! why does not it work:'Content-Type' => 'text/xml' return view('xml') ->with...
Hi Currently, I am working on Laravel 5.4 and the application is hosted on a server and from past 8...
I'm facing a problem with pagination of archives. When clicked it shows the first two archive posts...
division.blade.php {!! Form::model($divisions, [ 'method' => 'PATCH', 'route' => ['divisions.u...
Hi I have stored my images in database like array image1,image2,image3 using laravel-5.6. Now first...
Ajax $(document).ready(function(){ $('form').submit(function(event){ event.preventDefault(); var...
I keep getting this error. <?php echo $__env->make('layouts.index', array_except(get_defined_v...
Here's my scenario https://gist.github.com/spescina/9619028 Is it possible to have Blade engine -or...
Hi, I've been working on my project and when ii try to access the show.blade.php it shows me that i'...
I would like to access a column called "access_level" in table "roles". The thin...