@extends('layouts.main') @section('title', 'Pengajuan Perubahan Status Aset') @section('pagetitle', 'Pengajuan Perubahan Status Aset') @section('content')
Form Pengajuan Perubahan Status 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_id', $instalasi, null, ['class'=>'form-control select2', 'id'=>'instalasi']) !!}
Tambah

Nama Aset Kode Aset Foto Instalasi Panduan Status Eksisting Status aset yang diajukan Penyebab Perubahan

@endsection @section('js') @endsection