@extends('layouts.master_app') @section('title') Piel @endsection @section('css') @endsection @section('content')
@include('partials.success')
@foreach($leathers as $leather) @endforeach
# Nombre Código Acciones
{{$loop->index+1}} {{$leather->name}} {{$leather->code}}
@endsection @section('js') @endsection