@extends('layouts.master') @section('css') @section('title') {{ __('hr.Increaseـor deductionـforـtheـemployee') }} @stop @endsection @section('page-header')
@endsection @section('content')
@if (count($errors) > 0)
خطا
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session()->has('create_department')) @endif
{{ csrf_field() }} {{--


--}}

@endsection @section('js') @endsection