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

Payslips

@if($errors->has('payslip'))
{{$errors->first('payslip')}}
@endif @if($errors->has('message'))
{{$errors->first('message')}}
@endif

Please select IPPIS Payslip (PDF)

{{--
--}}
Select file Change
@csrf
@endsection @section('js') @endsection