@extends('layouts.default') {{-- Page title --}} @section('title') Sls Mark Manufacturing Plant @parent @stop @section('content')

{{ __('Create New') }} Sls Mark Manufacturing Plant

@include('adminlte-templates::common.errors')
{!! Form::open(['route' => 'slsMarkManufacturingPlant.slsMarkManufacturingPlants.store','class' => 'form-horizontal']) !!} @include('slsMarkManufacturingPlant.sls_mark_manufacturing_plants.fields') {!! Form::close() !!}
@endsection