@if (Auth::check()) @if (Auth::user()->estatus==1) @if (Auth::user()->rol=='admin')
{{ __('Informes') }}
{{ __('Productos') }}
{{ __('Usuarios') }}
{{ __('Municipios') }}
{{ __('Cultivos') }}
{{ __('Blancos Biologicos') }}
{{ __('Ingredientes activos ') }}
{{ __('Tieto ') }}
{{ __('Ventas x Cultivo') }}
{{ __('Precios ingredientes') }}
@else
{{ __('Instructivo') }}
{{ __('Ventas x Cultivo') }}
{{ __('Precios ingredientes') }}
{{ __('Tieto ') }}
@endif @endif @endif
@guest @if (Route::has('login'))
{{ __('Ingresar') }}
@endif @else @if (Auth::user()->estatus==1)
{{ Auth::user()->name }}
{{ __('Salir') }}
{{ __('Editar') }}
@csrf
@else
Usuario deshabilitado
@endif @endguest
@yield('content')