@extends('adminlte::page') @section('title', 'Nuevo Pago a Proveedor') @section('plugins.Select2', true) @section('content_header')

Registrar Pago a Proveedor

@stop @section('css') @stop @section('content')
@csrf

Datos del Pago

@if($errors->any())
Error!
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@stop @section('js') @stop