{{-- --}} @foreach($pages as $page)
Daily Cable Percussive 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
02very brown
27sloppy yellow
711guinness shit black/brown
Weather
Details:
@if($page['action_inspection_pit']) {!! $page['action_inspection_pit'] !!} @else @endif
Inspection Pit
From (m) To (m) Duration
@if( $page['action_chiselling'] ) {!! $page['action_chiselling'] !!} @else @endif
Chiselling
From (m) To (m) Duration
@if( $page['action_casing'] ) {!! $page['action_casing'] !!} @else @endif
Casing
Size From (m) To (m) BH Depth (m)
@if( $page['action_water_added'] ) {!! $page['action_water_added'] !!} @else @endif
Water Added
Size From (m) To (m) BH Depth (m)
@if( $page['action_redrill'] ) {!! $page['action_redrill'] !!} @else @endif
Redrill
Casing Size From (m) To (m)
@if( $page['action_backfills'] ) {!! $page['action_backfills'] !!} @endif
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_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
@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):
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