@extends('hr::layouts.app') @section('head') @endsection @section('content')
Print employee ID
{{ csrf_field() }}


@if(Auth::user()->can('employee_id_card_create'))
@endif



@if(Auth::user()->can('employee_id_card_print')) @endif
@if(Auth::user()->can('employee_id_card_make_all')) @endif
@endsection @section('script') @endsection