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

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

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

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

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

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

{{-- Agregar Imagen --}}
@endsection @section('js') @endsection