@forelse ($dairy_data as $key=>$data) @php $check=$data->diary_data; @endphp @if($check != null) @php $bulk_data = json_decode($check); @endphp @else @php $bulk_data = array(); @endphp @endif @empty @endforelse
{{__('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}}
{!! Form::open(['method' => 'POST', 'route' => ['diary_destroy', $data->id],'id'=>'delete-form-'.$data->id]) !!} {!! Form::close() !!}
No Concrete Pouring Record Data Found