@extends($layoutPrefix . 'Layout.master') @inject('hookServices','App\Blueprint\Services\hookServices') @section('title',$title) @section('content') @inject('htmlHelper', 'App\Blueprint\Services\HtmlServices') @php $htmlHelper->wrapperClass = 'form-group'; $htmlHelper->labelClass = 'control-label col-md-3 col-sm-4'; $htmlHelper->fieldClass = 'col-md-4 col-sm-5'; $customFieldOptions = [ 'defaultValueMethod' => 'post', 'text' => [ 'class' => 'form-control', ] ] @endphp