@extends('layouts.master') @section('wizard') @includeFirst([ config('larapen.core.customizedViewPath') . 'post.createOrEdit.multiSteps.inc.wizard', 'post.createOrEdit.multiSteps.inc.wizard', ]) @endsection @section('content') @includeFirst([config('larapen.core.customizedViewPath') . 'common.spacer', 'common.spacer'])
@includeFirst([ config('larapen.core.customizedViewPath') . 'post.inc.notification', 'post.inc.notification', ])

Listing Type

{!! csrf_field() !!}
@includeFirst([ config('larapen.core.customizedViewPath') . 'post.createOrEdit.multiSteps.step0.inc.listing-types', 'post.createOrEdit.multiSteps.step0.inc.listing-types', ])
@endsection @section('after_styles') @endsection @section('after_scripts') @endsection