{{-- --}} @foreach($pages as $page)
Daily Window Sample 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_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
@if( $page['action_casing'] ) {!! $page['action_casing'] !!} @else @endif
Casing
Size From (m) To (m) BH Depth (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_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_drive_record'] ) {!! $page['action_drive_record'] !!} @else @endif
Drive Records
# From (m) To (m) Hole Depth (m) Sample Length (m) Diameter (m)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Completed Totals for Borehole
Depth (m) D B ES WS U SPT/CPT PS SV LINERS
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