@if ($zipLoaded) @if (!$files)
@csrf
@endif @if ($files)

{{ __('Available Update File Structure') }}


    @foreach ($files as $file)
  • {{ $file }}
  • @endforeach
@csrf
{{ __('Delete Update File') }}
@endif @else

{{ __('PHP Extension Zip Not Loaded, Please Enable this first and then try again.') }}

@endif