@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')
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
@include('layouts.components.section-marker', ['section_name' => 'Imagens'])
{{ $errors->first('image') }}
Formatos: jpeg,png,jpg,gif;
@endsection