@extends('layouts.main', ['activePage' => 'asesorcomunity', 'titlePage' => 'Asesor y Comunidad']) @section('content')

Asesor y Comunidad

Lista de asesores y comunidades

@if($asesorcomunita->count())
@forelse ($asesorcomunita as $post) @empty @endforelse
Identificacón Acesor comunidad Sector Proyecto Fecha de creación Acciones
{{ $post->ci }} {{ $post->firstname }} {{ $post->primary_lastname }} {{ $post->nombre }} {{ $post->sector }} {{ $post->nombre_proyecto }} {{ $post->created_at->toFormattedDateString() }} @can('asesorcomunita_index') edit @endcan @can('asesorcomunita_destroy')
@csrf @method('DELETE')
@endcan
Sin registros.
{{-- {{ $users->links() }} --}} @include('asesorComunity.editMOdal')
@else Sin registros. @endif
@endsection @section('scripts') @endsection