@extends('layouts.app') @section('content')

Edit Payroll Record

Update payroll information

@if(session('success')) @endif @if($errors->any()) @endif
Payroll Information
@csrf @method('PUT')
Cancel
@push('styles') @endpush @endsection