@extends('layouts.app') @section('title', 'New Payslip') @section('content')
Select Staff & Period
@if($staff)
@csrf
{{ $staff->name }} · {{ $staff->passport_no }} · {{ $staff->site?->name }} — {{ \Carbon\Carbon::create()->month($month)->format('F') }} {{ $year }}
@include('payroll._form')
@endif @endsection