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

Check for Update

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