@extends('layout.dashboard.index') @section('content')

Realisasi Anggaran

@if (Auth::user()->role->code !== 'OTH' && Auth::user()->role->code !== 'SLS') @endif @if (Auth::user()->role->code !== 'OTH' && Auth::user()->role->code !== 'SLS' && Auth::user()->role->code !== 'TMP') @endif
@endsection