@extends('home.partial.layout') @section('content')

Payroll Information

Payroll Information
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@can('profile-update')
@endcan
@can('profile-update')
@endcan
Back
@endsection @section('script') @endsection