@extends('layouts.admin') @section('styles')
@endsection @section('content')
PAGO DE PLANILLA
@csrf()
SELECCIONE COLABORADOR
@foreach ($data as $planilla)
{{$planilla->nombre}} / {{$planilla->asignacion}}
@endforeach
EFECTIVO
DEPOSITO
TRANSFERENCIA
CHEQUE
OTRO
TOTAL
GUARDAR
@endsection @section('scripts') @endsection