{{-- --}} @foreach($pages as $page)
Daily Trialpit Record
Location: {{ $project_location }} Client: {{ $client_name }}
Project ID: {{ $project_identifier }} TP ID: {{ $location_identifier }} {{ $log_date }} Sheet 1 of 1
@if($page['action_soil_description']) {!! $page['action_soil_description'] !!} @endif {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
From: To: Geology Description Legend
@if($page['action_detail_description']) {!! $page['action_detail_description'] !!} @endif {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
From: To: Detail Description
Weather
Details:
@if($page['action_groundwater']) {!! $page['action_groundwater'] !!} @else @endif
Groundwater
Time Struck:
Depth Struck:
Inflow Rate:
Depth after 5 mins:
Depth after 10 mins:
Depth after 15 mins:
Depth after 20 mins:
Preliminary Information
Pit set out by:
CAT Sweep:
Excavation Type:
Trialpit Information (m)
Dimensions (LxDxW):
Continued/complete at:
Pit sides:
Slight instability in/at:
Collapsed completely in/at:
@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) Water Depth Notes
From To
Completed Totals for Trialpit
Depth (m) D B ES WS SV
Backfill / Standpipe Details
Personnel Details
Lead Driller:
CSCS:
2nd Operative:
CSCS:
Site Engineer:
@if(!$loop->last)
@endif @endforeach