@extends('superadmin.layouts.app')
@section('title', 'Sync')
@section('content')
@include('superadmin.partials.alerts')
@if ($isSyncing)
Synchronization in progress. Please be patient for a few minutes.
@endif
@forelse ($updates as $update)
@empty
@endforelse
@endsection