@extends('template.layoutAdmin', ['activeButton'=>'productos']) @section('style') @endsection @section('title') {{ trans('reservas.tituloReservaDetallePedido') }} @endsection @section('cabecera')

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

@if(Auth::user()->idPerfil == 1) {{$pedido->pedidoRest->userName}} - #{{$pedido->referencia}} @else {{ trans('reservas.numeroReserva') }} {{$pedido->referencia}} @endif

@endsection @section('contenido')
@if(Session::has('message')) @endif @if(Session::has('message_error')) @endif

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

@csrf
@if (env('MULTISERVER') == "CO") @else @endif
funServicio->horaEntrega))}}">
funServicio->horaEntrega))}}">
@endsection @section('js') @endsection