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

{{ __('Create New') }} Sls Mark Brand Name

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