@extends('layouts.app') @section('content')
@include('common.error') @if(!empty($list)) @php $i = 0; @endphp @foreach($list as $item) @endforeach @endif
SNo. Depth (mtr) Lithology (main) Texture Color Shape Lithology (sub) Texture (sub) Color (sub) Shape (sub) Drill_Time Action
{{++$i}} {{$item->DepthTo}} {{$item->LithologyID}} {{$item->TextureID}} {{$item->ColourID}} {{$item->ShapeID}} {{$item->SubLithologyID}} {{$item->SubTextureID}} {{$item->SubColourID}} {{$item->SubShapeID}} {{$item->Drill_Time}} dsfsd
@endsection