I try like this : ... @if(is_null($key['p3'])) {{--*/$p3 = $key['p3']/*--}} @else...
I get from here : https://github.com/barryvdh/laravel-dompdf My controller is like this : public fun...
My controller is like this : public function listdata() { $pdf=PDF::loadView('print_tests.pdf'); $...
I add $pdf->set_option('isPhpEnabled', true); is like this : public function listdata() { $data...
I get reference from here : https://github.com/barryvdh/laravel-dompdf My controller code is like th...
@davicfg, I change like this : {!! Form::open(['route' => ['users.destroy', $user->id, $year],...
@saurabhd, it's not working. if the query in debug, the result : LEFT JOIN table3 AS c ON a.field2 =...
@astroanu, Thank you very much. It's working. @lagbox, Thank you
@endrureza, I do not use laravel. I use php native. I just wanted to use the hash laravel. So, my po...
The Laravel portal for problem solving, knowledge sharing and community building.