@extends('layouts.main') @section('title', 'Master Ruangan - Asset Management') @section('pagetitle', 'Master Ruangan') @section('content')
Form Ruangan
@if (!empty($data)) @if(!in_array($data->id, $cek)) @endif @endif
List Ruangan
@if (Session::has('error'))
{{ Session::get('error', 'Error') }}
@endif @if (Session::has('success'))
{{ Session::get('success', 'Success') }}
@endif
{!! Form::select('instalasi', $instalasi2, null, ['class'=>'form-control select2', 'id'=>'instalasi']) !!}
Kode Ruangan Kode Lokasi Lokasi Kode Instalasi Instalasi Menu
@endsection @section('js') @endsection