@extends('admin.layouts.admin_app') @include('admin.include.form-styles') @section('dashboard_content')

New Article

@if ($articulo->exists) @method('PATCH') @endif @csrf

General Information

@include('admin.articulo.categories-tags')


Note: To use the banner section you will need to set the id [[banner]] in the content data



Images and attachments

{{ $errors->has('img') ? str_replace('img', 'img', $errors->first('img')) : 'Medidas: 2340x792 pixeles, 512kb Max (PNG, JPEG)' }}

{{ $errors->has('thumbnail') ? str_replace('thumbnail', 'thumbnail', $errors->first('thumbnail')) : 'Medidas: 740x426 pixeles, 256kb Max (PNG, JPEG)' }}

Note: To use the download banner section you will need to set the id [[download-banner]] in the content data

{{ $errors->has('pdf') ? str_replace('pdf', 'pdf', $errors->first('pdf')) : '5mb Max (PDF)' }}



@endsection @push('scripts') @endpush