@extends('themes.default1.layouts.login') @section('body')
@if(Session::has('success'))
{{Session::get('success')}}
@endif @if(Session::has('fails'))
{!! Lang::get('lang.alert') !!} ! {{Session::get('fails')}}
@endif

Database Update Required

{{ucfirst(Config::get('app.name'))}} has been updated! Before we send you on your own way, we have to update your database to the newest version.

The update process may take a little while, so please be patient.

Update {{ucfirst(Config::get('app.name'))}} Database

@stop