@extends('layout.master') @section('parentPageTitle', 'Ficha') @section('title', 'Listado de categorias notas médicas') @section('page-style') @stop @section('content')
@foreach ($data as $categoria) @endforeach
Nombre Acciones
{{ $categoria->nombre }} Editar
@stop @section('page-script') @stop