@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

@endsection @section('js') @endsection