@extends('user.template')
@section('title', $title)
@section('head')
@endsection
@section('content')
{{$title}}
Manajemen Risiko {{$title}}
@if (isset($akunDinas))
@include('user.dinas-terkait-tugas')
@endif
@endsection
@section('script')
@endsection