@extends('template.layoutAdmin', ['activeButton'=>'servicios']) @section('style') @endsection @section('title') {{ trans('galeria.galeria') }} @endsection @section('cabecera')
{{ trans('galeria.imagen') }} | {{ trans('galeria.name') }} | @if(auth()->user()->idPerfil == 1){{ trans('galeria.restaurante') }} | @endif{{ trans('galeria.estado') }} | {{ trans('galeria.opciones') }} | |||
---|---|---|---|---|---|---|---|
|
{{$imagen->nombre}} | @if(auth()->user()->idPerfil == 1){{$imagen->funRestaurante->userName}} | @endif@if ($imagen->estado == 1) {{ trans('galeria.activo') }} @else {{ trans('galeria.inactivo') }} @endif | @if ($imagen->estado == 1) @endif | |||
@if($listproduct->imagen == null)
![]() |
{{substr($listproduct->nombre, 0, 50)}}... @switch($listproduct->valoracion) @case(1) @break @case(2) @break @case(3) @break @case(4) @break @case(5) @break @default @endswitch | $ {{number_format($listproduct->valor, 2, ',', '.')}} | {{$listproduct->funsubCategoria->nombre}} | @if($listproduct->funComanda){{$listproduct->funComanda->nombre}} | @else{{ trans('galeria.aunSinComanda') }} | @endif@if ($listproduct->idEstado == 1) {{ trans('galeria.activo') }} @else {{ trans('galeria.inactivo') }} @endif |