How to concatenate a view and a json in laravel 5?
$data = Event::get(['id','title','placa','start']);//variables de json
//Response()->json($data);
return view('Calendario.calendario');
to be able to return the 2 at the same...
asked by
06.03.2018 / 16:18