@extends('admin.layouts.app') @section('title', 'Risk Status') @section('content')

Members Risks


Members Risks
What steps are you following for managing a potential opportunity? You can define the stages here and will help you to manage your opportunities and taking appropriate actions.
Members Risks
@csrf @if(!empty($risks)) @foreach ($risks as $risk)
@endforeach @endif
@stop @section('styles') @stop @section('admin_js') @include('admin.settings.risks.js.index') @stop