@include('includes/notifications')

Zap Transaction


{!! Form::open(array('route' => 'zap.store','class' => 'form-horizontal form-label-left')) !!} @if(count($branches) > 0) @foreach($branches as $branch) @endforeach @endif
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']) !!}
{!! Form::close() !!}