@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)
@endif
@if ($userRol <= 2)
@endif
@endsection
@section('js_after')
@endsection