@extends('layouts.tabla') @section('css_after') @endsection @section('tabla') @php $cliente=config('app.CLIENTE'); $true = true; @endphp
@php $userRol = Auth::user()->rol; @endphp @if ($userRol <= 2)
Vendedor
@endif
@endsection @section('js_after') @endsection