{!! config('config.application_name').' '.trans('messages.update') !!}

@if(!count($data)) @include('global.notification',['type' => 'danger','message' => trans('messages.check_internet_connection')]) @elseif($data['status'] == 'error') @include('global.notification',['type' => 'danger','message' => 'Invalid build. Please contact app author.']) @else
@if(array_key_exists('version',$data)) @else @endif
Version Build Release Date
{{$data['current_version']}} Current Version {{env('BUILD')}} {{$data['current_date']}}
{{$data['version']}} Update Available {{$data['build']}} {{$data['date']}}
No update available.
@endif