@extends('layout.master') @section('title', 'Edit Pathway') @section('add-fields', 'active') @section('newCase', 'active') @section('levelCSS') @endsection @section('body')
@foreach ($info as $inf)
{{ csrf_field() }}
@endforeach
@endsection @section('levelJS') @endsection