@extends('admin.layouts.app') @section('title', 'Sync Settings') @section('content')

Sync Settings


Sync Time Setting
Define and manage Sync time
Last synced at {{ date("H:i:s",strtotime($sync_time->created_at)) }} screen {{ $sync_time->getScreen->screenTranslation->title}}
sync_time)):''}}" />
  Cancel
@stop @section('styles') @stop @section('admin_js') @include('admin.settings.sync-settings.js.index') @stop