@include('layouts.partials.breadcrumb', ['title' => $title])
@endsection
{{ html()->form('POST')->route('generatorLogBook.store')->class(['needs-validation'])->attributes(['novalidate'])->open() }}
@include('office::generatorlogbooks.partials.action')
{{ html()->form()->close() }}