Questions tagged as 'laravel-blade'

1
answer

Receive data in sight - Yajra DataTables

I need to send a data through the render() method, however I do not know how to receive it in the view. Here is my code ( print_r($datos) generates me error: Undefined variable: datos ): Driver: InventoryDetailReportContr...
asked by 20.10.2017 / 23:00
1
answer

Trying to get property of non-object (View :)

I have the following code, but when I am going to pass values to the view I get the error Trying to get property of non-object . Does anyone know what I'm doing wrong? In the control path: Route::get('test2', function(){ $client =...
asked by 20.07.2017 / 16:03
0
answers

How to put the json results of guzzlehttp in blade view?

I have been reading for several hours, I have been investigating how to get the data from the http query with guzzle but I can not solve it. I need a little help on how the response received should be formatted. I want to treat the string as Jso...
asked by 29.03.2017 / 17:41
2
answers

Modifications to Vue do not work

The .vue files that are in the resources/assets/js/components box are the system components. It happens to me that when I edit any of those components, no modification appears in the view. file: resources/assets/js/app.js...
asked by 28.08.2017 / 15:13
2
answers

how to make redirects in laravel

Well, first of all thanks to the users of this community for helping me repeatedly with my doubts in PHP, THANKS! Today my question is something totally new for me, I am new to laravel and I have a project created in pure PHP working, I want to...
asked by 13.06.2018 / 03:49
1
answer

related tables and change data in laravel view

I have three tables: Schema::create('comp', function (Blueprint $table) { $table->increments('id'); $table->string('nombre'); $table->string('direccion'); $table->string('n_com'); $table->...
asked by 06.10.2017 / 18:41
1
answer

Disabling a section of code in a specific URL of laravel website [closed]

I have a web page and I use a general blade layout to extend it to all the pages that require it. On a certain page, suppose localhost: 8000 / book would like a section of code that extends from the general layout not to be displayed, is it poss...
asked by 21.06.2017 / 21:42