@extends('core::layouts.master')
@section('title')
{{ trans_choice('payroll::general.employee',2) }}
@endsection
@section('styles')
@stop
@section('content')
{{ trans_choice('core::general.id',1) }}
|
Profile
|
លេខសម្គាល់បុគ្គលិក
|
សាខា
|
ឈ្មោះជាភាសាខ្មែរ
|
ឈ្មោះជាភាសាអង់គ្លេស |
លេខទូរស័ព្ទ |
{{ trans_choice('core::general.status',1) }} |
{{ trans_choice('core::general.action',1) }} |
@foreach($data as $k => $key)
{{$k+1}} |
|
{{ $key->staff_id }}
|
{{$key->branch}}
|
{{$key->full_name_kh}}
|
{{$key->full_name_en}}
|
{{ $key->phone_number }}
|
{{ $key->contract }}
|
|
@endforeach
@endsection
@section('scripts')
@endsection