image APK
{{--

SIP Plan List

--}}
@if($errors->any())
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif {!! Form::open(['route' => 'apk.store', 'files' => true]) !!}
{{ Form::label('version', 'Version', ['class'=>'form-label']) }} {{ Form::text('version', null, array('class' => 'form-control')) }}
{{ Form::label('apk', 'Apk', ['class'=>'form-label']) }} {{ Form::text('apk', null, array('class' => 'form-control')) }}
{!! Form::close() !!}