@extends('layouts.view') @section('links') @endsection @section('content')

Footage Drilling - Bit Companies


Footage Drilling - Mud Motor Companies


Hole Depth For Today



@foreach($hole_depth as $depth) {{$depth['max_hole_depth']}} -> {{$depth['rig_name']}}

@endforeach
For Last 30 Days

Top Companies



@foreach($top_companies as $company) {{$company->Company}}

@endforeach
Note: ARM and OTH is always excluded

Top Footage Drilled



@foreach($top_footages as $footage) {{$footage->max_footage}} -> {{$footage->rig_name}}

@endforeach
For Last 30 Days


@foreach($operations as $operation => $rig_name) @endforeach
Well Name Rig Name Hole Depth Today Operation
{{$rig_name['well_name']}} {{$rig_name['rig_name']}} {{$rig_name['hole_depth']}} {{$rig_name['operations'][0]}}

Footage Drilling & Hrs Per Mud Motor Companies


Company Name Footage Drilling Drilling Hours

Footage Drilling & Hrs Per Bit Companies


Company Name Footage Drilling Drilling Hours

Footage Drilling For Last Month of All Rigs


Month Footage Drilling

Rigs By Cities In Saudi Arabia

@endsection