Skip to content

Instantly share code, notes, and snippets.

@beyazitkolemen
Created August 1, 2017 01:28
Embed
What would you like to do?
<?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