@extends('metronic.base') @section('title') CRM @endsection @section('content')
@include('sessions')
Agregar Tablero
@foreach($tableros as $tablero)
@endforeach
@endsection @section('extrajs') @endsection