@if ($zipLoaded)
@if (!$files)
@endif
@if ($files)
{{ __('Available Update File Structure') }}
@foreach ($files as $file)
- {{ $file }}
@endforeach
@endif
@else
{{ __('PHP Extension Zip Not Loaded, Please Enable this first and then try again.') }}
@endif