@if (session('status'))
{{ session('status') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if (!empty($editRecord))
Editing TB-03 record #{{ $editRecord->id }}. Save with the Update TB_03 button.
@endif
@include('TB.partials.entry_context', ['currentPage' => 'tb03'])
TB03 browser entry queue
TB03 entries are saved in this browser first. Use Sync to upload them to the server.
Ready.
Downloaded local TB03 records: 0
No pending TB03 records.