@extends('layouts.app') @section('content')
New Deduction
@csrf
@if ($errors->has('deduction_name'))
{{ $errors->first('deduction_name') }}
@endif
@if ($errors->has('deduction_type'))
{{ $errors->first('deduction_type') }}
@endif
@if ($errors->has('deduction_amount'))
{{ $errors->first('deduction_amount') }}
@endif
@section('script') @endsection @endsection