@extends('admin.layout.master') @section('title', 'Data Sync') @section('content')
{!! $last_sync_inv->getUser->name ?? $not_synced !!}
--}}{!! $last_sync_inv ? date('d-m-Y h:i:sA', strtotime($last_sync_inv->created_at)): $not_synced !!}
--}}{!! $last_sync_acc->getUser->name ?? $not_synced !!}
--}}{!! $last_sync_acc ? date('d-m-Y h:i:sA', strtotime($last_sync_acc->created_at)): $not_synced !!}
--}}