@extends('layouts.app') @section('title') Buat Unit @endsection @section('content')

Buat Unit

@include('stisla-templates::common.errors')
{!! Form::open(['route' => 'units.store']) !!}
@include('units.fields')
{!! Form::close() !!}
@endsection