@extends('layout.dashboard.index') @section('content') @php use Carbon\Carbon; @endphp

Rekapitulasi Anggaran

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