@extends('layouts.main') @section('title', 'Manajemen Strategi - Asset Management') @section('css') @stop @section('pagetitle', 'Manajemen Strategi') @section('content')
Manajemen Strategi Form
@if (Session::has('error'))
{{ Session::get('error', 'Error') }}
@endif @if (Session::has('success'))
{{ Session::get('success', 'Success') }}
@endif {!! Form::open(['url' => route('mstrategi::mstrategi-entri'), 'class' => 'form-horizontal']) !!}
{!! Form::select('template', $template, null, ['class'=>'form-control select2', 'id'=>'equipment']) !!}
{!! Form::close() !!}
@endsection @section('js') @endsection