@extends('themes.default1.admin.layout.admin') @section('update') class="active" @stop @section('PageHeader')

{{ Lang::get('lang.update-version')}}

@stop @section('content')

Check for Update

@if(Session::has('info'))
Info! {!!Session::get('info')!!}
@endif Click to check Update Check
@stop