@extends('layouts.partials.master') @section('title', 'Criar novo item') @push('styles') @endpush @section('content')
@include('layouts.components.section-title', ['title' => 'Criar novo Item']) Voltar
@csrf @method('POST')
@include('layouts.components.section-marker', ['section_name' => 'Imagens'])
{{ $errors->first('image') }}
@if(config('images.mkt_gallery_images.recommendedWidth')) Formatos: jpeg,png,jpg,gif; Medidas recomendadas: {{ config('images.mkt_gallery_images.recommendedWidth') }}px x {{ config('images.mkt_gallery_images.recommendedHeight') }}px @endif
@endsection