@extends('layouts.app2') @section('content')
@if ($errors->has('success_msg'))
× {{ $errors->first('success_msg') }}
@endif @if ($errors->has('error_msg'))
× {{ $errors->first('error_msg') }}
@endif
{{ csrf_field() }}
SALARY ADD
@if ($errors->has('program_code')) {{ $errors->first('program_code') }} @endif
@if ($errors->has('designation_code')) {{ $errors->first('designation_code') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@endsection