Questions tagged as 'blade'

1
answer

Laravel form destination from Javascript

I have a form in a blade view, like this: <form id="delete_form" method="post" action=""> @method('DELETE') @csrf <input type="hidden" id="delete_type" name="delete_type" value=""> </form> The value of actio...
asked by 24.11.2018 / 13:54
2
answers

Undefined variable in Laravel 5.7

partners I am having the following problem and I can not find the solution, I have a view with a form to register a user, which has the following dropdownlist <select class="form-control" name="department_id" id="department_id"> @foreach...
asked by 02.11.2018 / 20:00
1
answer

Attribute old () in Jquery

In my template blade I have: {{ Form::select('idnumero', $numero, old('idnumero'), ['id'=>'numero']) }} I want to use the old('idnumero') in jquery, is there any way?     
asked by 16.01.2018 / 03:18