@extends('admin.layouts.template') @section('title', 'Compañeros') @section('content') {{--@include('admin.layouts.partials.breadcrumbs')--}}
@include('admin.personas.partials.header')
@if(count($personas) > 0)
@else

Personal no cuenta con compañeros.

@endif
@endsection