@extends('includes.layout') @section('content') @php $result = DB::table('comm_auto_escalation as cu') ->join('comm_action as gm', 'cu.action', '=', 'gm.id') ->select('cu.*', 'gm.*') // Change this to select the specific columns you need ->get(); @endphp

Auto escalation configuration

--}} @foreach($result as $key => $items) {{-- --}} @endforeach
Action Elapse time(excluding weekends) Escalation email {{-- Level II escalation
{{$items->action_name}}  hrs
@endsection