@include('new_layouts.header') @include('construction_project.side-menu') @section('page-title') {{__('Project Diary')}} @endsection @push('script-page') @endpush @section('breadcrumb')
| {{__('Sno')}} | {{__('Date of Casting')}} | {{__('Casting Element')}} | {{__('Concrete Grade')}} | {{__('Theoretical')}} | {{__('Actual')}} | {{__('7 days Test Fall on')}} | {{__('28 days Test Fall on')}} | {{__('28 days Result')}} | {{__('Remarks')}} | {{__('Action')}} |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$bulk_data->date_of_casting}} | {{$bulk_data->element_of_casting}} | {{$bulk_data->grade_of_concrete}} | {{$bulk_data->theoretical}} | {{$bulk_data->actual}} | {{$bulk_data->testing_fall ?? '-'}} | {{$bulk_data->days_testing_falls ?? '-'}} | {{$bulk_data->days_testing_result ?? '-'}} | {{$bulk_data->remarks}} | |
| No Concrete Pouring Record Data Found | ||||||||||