Created
August 1, 2017 01:28
-
-
Save beyazitkolemen/860b814c6a5725c2d0f104bc34bbfa5b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$columnSizes = [ | |
'sm' => [3, 9], | |
'xs' => [12, 12], | |
]; | |
?> | |
{!!BootForm::open($columnSizes)->action(route('admin.update'))->enctype('multipart/form-data') !!} | |
{!! BootForm::bind($variable) !!} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment