@extends('layout.master') @section('title', 'List Pathway') @section('add-fields', 'active') @section('newCase', 'active') @section('levelCSS') @endsection @section('body')

Pathways

@foreach($info as $inf) @endforeach
# Fields Logic Target Message Actions
{{$inf->sn}} {{$inf->fields}} {{$inf->is_health_officer}} {{$inf->command}} {!! $inf->message !!} Edit Delete
@endsection @section('levelJS') @endsection