@extends('layouts.app') @section('content')
{{ html()->form('POST')->route('content.store')->class(['needs-validation'])->attributes(['novalidate', 'enctype' => 'multipart/form-data'])->open() }} @include('content::content.partials.action') {{ html()->form()->close() }}
@endsection