@extends('layout.master') @section('title', 'List Factors') @section('factors', 'active') @section('riskList', 'active') @section('levelCSS') @endsection @section('body')

Data table

@foreach($info as $inf) @endforeach
Risk Factor Action Content Action
{{$inf->risk_factor}} {!! $inf->action_content !!} Edit Delete
@endsection @section('levelJS') @endsection