@extends('layouts.dashboard_layout')
@section('title', 'DataSheet')
@section('content')
@include('partials.alerts', ['success' => 'success', 'error' => 'error', 'warning' => 'warning'])
# |
Nombre |
Descripción |
Fecha creacion |
Acciones |
@component('dashboard.datasheet.crear')
@endcomponent
@endsection
@section('scripts')
@endsection