@extends('layouts.app') @section('content')
New Billing
@csrf
@if ($errors->has('billing_date'))
{{ $errors->first('billing_date') }}
@endif
@if ($errors->has('start_date'))
{{ $errors->first('start_date') }}
@endif
@if ($errors->has('end_date'))
{{ $errors->first('end_date') }}
@endif
@if ($errors->has('tin'))
{{ $errors->first('tin') }}
@endif
@if ($errors->has('guard_rate'))
{{ $errors->first('guard_rate') }}
@endif

@if ($errors->has('sss'))
{{ $errors->first('sss') }}
@endif
@if ($errors->has('state_insurance_fund'))
{{ $errors->first('state_insurance_fund') }}
@endif
@if ($errors->has('philhealth'))
{{ $errors->first('philhealth') }}
@endif
@if ($errors->has('hdmf'))
{{ $errors->first('hdmf') }}
@endif
@if ($errors->has('retirement_benefit'))
{{ $errors->first('retirement_benefit') }}
@endif
@if ($errors->has('administrative_fee'))
{{ $errors->first('administrative_fee') }}
@endif
@if ($errors->has('less_withholding_tax'))
{{ $errors->first('less_withholding_tax') }}
@endif
@if ($errors->has('number_of_guards'))
{{ $errors->first('number_of_guards') }}
@endif
@section('script') @endsection @endsection