@extends('landlord.super-admin.layouts.master') @section('title','Super Admin | Bug Update') @section('landlord-content')
@if ($errors->any()) @endif @if (!$bugNotificationEnable)
@if (session('successMessage'))

Congratulation !!! {{ session('successMessage') }}

@endif

Your current version is {{config('auto_update.version')}}

Right now no bug found.

@else

Minor bug found. Please update it.

Before updating, we highly recomended you to keep a backup of your current script and database.

Change Log

    @if(isset($getBugUpdateDetails->logs)) @foreach ($getBugUpdateDetails->logs as $item)

    {{ $item->text }}

    @endforeach @else

    No Data Found

    @endif
Loading...
@csrf
@endif @endsection @push('scripts') @endpush