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

{{ __('Edit') }} Sls Mark Manufacturing Plant

@include('adminlte-templates::common.errors')
{!! Form::model($slsMarkManufacturingPlant, ['route' => ['slsMarkManufacturingPlant.slsMarkManufacturingPlants.update', $slsMarkManufacturingPlant->id], 'method' => 'patch','class' => 'form-horizontal']) !!} @include('slsMarkManufacturingPlant.sls_mark_manufacturing_plants.fields') {!! Form::close() !!}
@endsection