@extends('layouts.main') @section('title', 'Monitoring Aset - Asset Management') @section('pagetitle', 'To do List Monitoring Aset') @section('content')
To do List Monitoring Aset
@if (Session::has('error'))
{{ Session::get('error', 'Error') }}
@endif @if (Session::has('success'))
{{ Session::get('success', 'Success') }}
@endif @if (namaRole() != 'PETUGAS MONITORING')
{!! Form::select('minggu', $minggu, null, ['class'=>'form-control select2', 'id'=>'minggu']) !!}
{!! Form::text('tahun', date('Y'), ['class'=>'form-control', 'id'=>'year']) !!}
{!! Form::select('instalasi', $instalasi, null, ['class'=>'form-control select2', 'id'=>'instalasi']) !!}
@endif
4wID Instalasi Aset Minggu NIP Petugas Kode Form Tahun Menu
@endsection @section('js') @endsection