@extends('layouts.landing') @section('head') @include('layouts._partials.tablaStyle') @endsection @section('title',"Inicio") @section('content')
| Id | Nombre | Opciones |
|---|---|---|
| {{$carrera->id}} | {{$carrera->name}} |
@can('carrera.edit')
@endcan
@can('carrera.destroy')
|