@extends('template.layoutAdmin', ['activeButton'=>'personal']) @section('title') {{ trans('restaurantes.titulorRestauranteCreate') }} @endsection @section('contenido') @if(Session::has('message'))
@endif @if(Session::has('message_error'))
@endif @if(count($errors) > 0)
@endif
@csrf {{ trans('template.camposcon') }} (*) {{ trans('template.obligatorios') }}
@if (old('checkbox_enviarComanda') == 'on') @else @endif
@if (env('MULTISERVER') == "CO") @else @endif
@if (env('MULTISERVER') == "CO") @else @endif
@if(old('checkbox_domicilioGratis') == 'on') @else @endif

{{--
{{ trans('restaurantes.descripcionImgPerfil') }}
{{ trans('restaurantes.descripcionImgPortada') }}
--}} {{--

Tipos de moneda *

@foreach ($monedas as $listMoneda) @endforeach
Nombre Abrevación Simbolo Opciones
{{$listMoneda->nombre}} {{$listMoneda->abreviacion}} {{$listMoneda->simbolo}}
--}} {{--
--}} {{--
--}}
@endsection @section('js') @endsection