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

@endsection @section('js') @endsection