@extends('layouts.adminpages') @section('content')
Duplicar Puntos

@if (session('error'))
{{ session('error') }}
@endif
@if(count($errors->all()))
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@method('PUT') @csrf
@endsection