@extends('layouts.partials.master') @section('title', 'Lojistas') @push('styles') @endpush @section('content')
@include('layouts.components.section-title', ['title' => 'Criar Nova Imagem']) Voltar
@csrf
@if(config('images.store_images.recommendedWidth')) Formatos: jpeg,png,jpg,gif; Medidas recomendadas: {{ config('images.store_images.recommendedWidth') }}px x {{ config('images.store_images.recommendedHeight') }}px @endif
{{ $errors->first('images') }}
@endsection