@extends('layouts.admin') @section('contents')
@if ($should_update)

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 }}

@endforeach
{{-- check update --}}
@csrf
{{-- check update --}}
@csrf
{{-- check update --}}
@csrf
{{-- post update --}}
@csrf
@else

Your 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
@endif
{{-- getting started --}}
@endsection @section('scripts') @endsection