@extends('adminlte::page') @section('title','Editar Repasse') @section('content_header')

Editar Repasse

@endsection @section('content') @if ($errors->any())
@endif
@method('PUT') @csrf
@endsection @section('js') @stop