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

New publication

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

General Information



{{--
--}}

Images and attachments

{{ $errors->has('img') ? str_replace('img', 'img', $errors->first('img')) : 'Medidas: 126x60 1024kb Max, (PNG, JPEG)' }}

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