@extends('admin.template.master') @section('title')

B2B App Version Setting

@endsection @section('stylesheets') {!! Html::style('assets/admin/bower_components/select2/dist/css/select2.min.css') !!} @endsection @section('main-content')

{{-- Go Back --}}
@if(Session::has('message'))
{{Session('message')}}
@endif
{!! Form::label('app_version','B2B App Version' ) !!} {!! Form::text('app_version', null, ['class' => 'form-control', 'placeholder' => 'B2B App Version', 'id' => 'app_version']) !!}
{!! Form::label('download_url','B2B App Download URL') !!} {!! Form::text('download_url', null, ['class' => 'form-control', 'placeholder' => 'B2B App Download URL', 'id' => 'download_url']) !!}
@endsection @section('javascripts') {!! Html::script('assets/admin/bower_components/select2/dist/js/select2.full.min.js') !!} @endsection