@extends('layouts.admin') @section('contents')
Your system is outdated. You currently have v{{ $current_version }} installed. Update to v{{ $latest_version }}
v{{ $latest_version }} - {{ date('d/m/Y', $update['date']) }}
@foreach ($update['logs'] as $log)-{{ $log }}
@endforeachYour system is updated. You currently have v{{ $current_version }} installed
v{{ $latest_version }} - {{ date('d/m/Y', $update['date']) }}
@foreach ($update['logs'] as $log)-{{ $log }}
@endforeach