Zap Transaction
{!! Form::open(array('route' => 'zap.store','class' => 'form-horizontal form-label-left')) !!}
| Company Name | Branch Name | |
|---|---|---|
| {{ Form::checkbox('branch[]', $branch->id) }} | {{ $branch->company }} | {{ $branch->branch }} |
{!! Form::text('access_code', null, ['required' => 'required', 'class' => 'form-control col-md-7 col-xs-12']) !!}