@extends('template.layoutAdmin', ['activeButton'=>'personal']) @section('title') Actualizar - Dirección @endsection @section('contenido') @if(Session::has('message'))
@endif @if(Session::has('message_error'))
@endif

{{ trans('restaurantes.confirmar') }} {{$rest->userName}}


fotoRestaraunte

{{$rest->userName}}

{{ trans('restaurantes.telefonoUpdate') }} {{$rest->telefono}}

{{ trans('restaurantes.celularUpdate') }} {{$rest->celular}}

{{$rest->funDetalleRest->descripcion}}

@csrf
@endsection @section('js') @endsection