@extends('layouts.master_app') @section('title') Clasificación @endsection @section('css') @endsection @section('content')

Clasificación

@include('partials.success')
@foreach($classifications as $classification) @endforeach
# Nombre Código Acciones
{{$loop->index+1}} {{$classification->name}} {{$classification->code}}
@endsection @section('js') @endsection