Form Tag

 
<form id="form_id" role="form" method="POST" 
    action="{{ url('path/route') }}" enctype="multipart/form-data">

</form>

 

Related Snippets

•  Query Builder: Get max value of a field
•  Database: Using PDO
•  Query Builder: Get single value of a field from one record
•  Form Control: Select - Dropdown
•  Form Control: Input Text