@extends('template.layoutAdmin', ['activeButton'=>'servicios']) @section('cabecera')

{{ trans('reservas.regresar') }}

{{ trans('galeria.imgane') }}

@endsection @section('title') {{ trans('galeria.EditarImagen') }} @endsection @section('style') @endsection @section('contenido') @if(Session::has('message'))
@endif @if(Session::has('message_error'))
@endif @if(count($errors) > 0)
@endif

{{ trans('galeria.editarImagen') }}

@csrf
@if(auth()->user()->idPerfil == 1)
@endif
{{ trans('galeria.paraUnaMejorVisua') }}

@endsection @section('js') @endsection