@extends('frontend.layouts.main') @section('title') {{ $authors->fullname }} @endsection @section('content')
{{ html()->form('POST', route("backend.berita.store"))->acceptsFiles()->class('form')->open() }} @include('berita::frontend.author.form.form')
{{ html()->button($text = " " . ucfirst($module_action) . "", $type = 'submit')->class('btn px-5 btn-success') }}
{{ html()->form()->close() }}
@endsection @push ('page_css') @endpush @push ('after-scripts') @endpush