@extends('layouts.main') @section('title', 'Hasil Penanganan Perawatan - Asset Management') @section('css') @stop @section('pagetitle', 'Hasil Penanganan Perawatan') @section('content')
Hasil Penanganan Perawatan Form
@if (Session::has('error'))
{{ Session::get('error', 'Error') }}
@endif @if (Session::has('success'))
{{ Session::get('success', 'Success') }}
@endif @if ($data!='') {!! Form::model($data, ['route' => ['perawatan::perawatan-close'], 'class' => 'form-horizontal']) !!} {!! Form::hidden('id', null) !!} @else {!! Form::open(['url' => route('perawatan::perawatan-close'), 'class' => 'form-horizontal']) !!} @endif
{!! Form::close() !!}
@endsection @section('js') @endsection