@extends('admin::layout') @component('admin::include.page.header') @slot('title', clean(trans('admin::resource.create', ['resource' => trans('author::authors.author')])))
  • @endcomponent @section('content')
    {{ csrf_field() }} {!! $tabs->render(compact('author')) !!}
    @endsection