@extends('home.partial.layout') @section('content') Payroll Information Home Employee Onboarding Payroll Information Payroll Information @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Basic Salary * Accomodation Allowance * Transport Allowance * Other Allowance Gross Total @can('profile-update') Bank Name Account No: IBAN No: @endcan Salary Payment Effective From @can('profile-update') Attach Supporting Bank Documents @endcan Back Save & Continue @endsection @section('script') @endsection