@extends('layouts.admin') @section('title','Buzon de Entrada') @section('styles') @endsection @section('create') @endsection @section('options') @endsection @section('preference') @endsection @section('content')
@if(@Auth::user()->hasRole('Admin')||@Auth::user()->hasRole('Ventanilla')) @endif
NO TIENE CORRESPONDENCIA ENTRANTE
@endsection @section('scripts') {!! Html::script('melody/js/data-table.js') !!} @endsection