@extends('layouts.partials.master') @section('title', 'Editar Galeria Rodapé') @push('styles') @endpush @section('content')
@include('layouts.components.section-title', ['title' => 'Editar Galeria Rodapé']) Voltar
@csrf @method('PUT')
@if ($errors->has('link'))
{{ $errors->first('link') }}
@endif
@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
@if ($gallery->image) Imagem @else

Sem imagem

@endif
@endsection