@extends('layouts.main') @section('title', 'Monitoring Aset - Asset Management') @section('pagetitle', 'Monitoring Aset') @section('content')
List Monitoring Aset
@if (Session::has('error'))
{{ Session::get('error', 'Error') }}
@endif @if (Session::has('success'))
{{ Session::get('success', 'Success') }}
@endif @if (Session::has('warning'))
{{ Session::get('warning', 'Warning') }}
@endif
{!! Form::select('instalasi', $instalasi, null, ['class'=>'form-control select2', 'id'=>'instalasi']) !!}
{!! Form::text('tahun', $tahun, ['class'=>'form-control', 'id'=>'year']) !!}
Lokasi Aset Minggu Hari Petugas Tahun Menu
@endsection @section('js') @endsection