@extends('layouts.dashboard') @section('dashboard')

Talleres

Talleres

@include('dashboard.talleres.select-talleres')
@if(!empty($taller_id)) @include('dashboard.talleres.botones-talleres') @endif
@if(!empty($taller_id)) @include('dashboard.talleres.table-talleres') @endif
@endsection