@extends('layout') @section('title','Admin | Bugs') @section('content') @include('includes.session_message') @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.

@isset($getBugUpdateDetails->short_note)
Important Note : {{ $getBugUpdateDetails->short_note }}
@endisset

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