{{-- --}} @foreach($pages as $page)
Daily Rotary Borehole Record
Location: {{ $project_location }} Client: {{ $client_name }}
Project ID: {{ $project_identifier }} BH ID: {{ $location_identifier }} {{ $log_date }} Sheet {{ $loop->index + 1 }} of {{ $page_count }}
@if($page['action_soil_description']) {!! $page['action_soil_description'] !!} @endif
From: To: Geology Description Legend
Weather
Details:
@if($page['action_inspection_pit']) {!! $page['action_inspection_pit'] !!} @else @endif
Inspection Pit
From (m) To (m) Duration
@if($page['action_drill_core_size']) {!! $page['action_drill_core_size'] !!} @else @endif
Drill Core Record
Size Core Dia (mm) Hole Dia (mm)
@if( $page['action_casing'] ) {!! $page['action_casing'] !!} @else @endif
Casing
Size From (m) To (m) BH Depth (m)
@if($page['action_groundwater']) {!! $page['action_groundwater'] !!} @else @endif
Groundwater
Time
Struck
Depth
(m)
Inflow
Rate
Depth After mins (m) Sealed
(m)
Sample
#
Sample
Depth
5 10 15 20
Water level - Start boring (m): Water level - End boring (m):
Backfill / Standpipe Details
@php $standingDescription = ''; $totalStandingTime = ''; $totalDayworksTime = ''; if($page['action_comment']) { $arrayCommentsData = explode("|", $page['action_comment']); $standingDescription = $arrayCommentsData[0]; $totalStandingTime = $arrayCommentsData[1]; $totalDayworksTime = $arrayCommentsData[2]; } @endphp
Comments / Standing Time / Dayworks
@if($page['action_comment']) {!! $standingDescription !!} @endif
Total Standing Time: {{ $totalStandingTime }} Total Dayworks: {{ $totalDayworksTime }}
@if($page['action_core_sample']) {!! $page['action_core_sample'] !!} @else @endif
Rotary Cores
Core
#
Depth (m) Core Dia
(mm)
Duration
(hh:mm)
Length
(m)
Recovery
(m)
Hole Dia
(mm)
Flush
From To
@if($page['action_sample']) {!! $page['action_sample'] !!} @else @endif
Sampling & Testing
Type/# Depth (m) Casing
Depth
Water
Depth
Blows Test Drives Notes
From To 75 75 75 75 75 75
Completed Totals for Borehole
Depth (m) D B ES WS U SPT/CPT PS SV
Plant Details
Plant Type:
Plant ID:
Plant Test Date:
SPT ID#:
SPT Rod Type:
SPT Callib. Date:
SPT Energy Ratio:
Personnel Details
Lead Driller:
CSCS:
2nd Operative:
CSCS:
Site Engineer:
@if(!$loop->last)
@endif @endforeach