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