@extends('layouts.master') @section('css') @endsection @section('title') {{ __('hr.salarydecoument') }} @stop @section('page-header') @endsection @section('content') @if (count($errors) > 0) @endif
استخراج كشف رواتب الموظفين لشهر محدد
{{ csrf_field() }}
@endsection @section('js') @endsection