@extends('themes.default1.admin.layout.admin') @section('content')

Check for Update

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