@extends('layouts/gnr_layout') @section('title', '|Signature Setting') @section('content')
| Signature | Role | Employee Name | Action |
|---|---|---|---|
| 1st |
{!! Form::label('', '', ['class' => 'col-sm-3 control-label']) !!}
@php
$roles =DB::table('gnr_role')->select('name','id')->get();
@endphp
|
{!! Form::label('', '', ['class' => 'col-sm-3 control-label']) !!}
@php
$employees =DB::table('hr_emp_general_info')->select('emp_name_english','id')->get();
@endphp
|
{!! Form::label('', '', ['class' => 'col-sm-3 control-label']) !!}
@php
$signatureRoles =DB::table('gnr_signature_role')->select('name','id')->get();
@endphp
|
| 2nd |
{!! Form::label('', '', ['class' => 'col-sm-3 control-label']) !!}
@php
$roles =DB::table('gnr_role')->select('name','id')->get();
@endphp
|
{!! Form::label('', '', ['class' => 'col-sm-3 control-label']) !!}
@php
$employees =DB::table('hr_emp_general_info')->select('emp_id','emp_name_english','id')->get();
@endphp
|
{!! Form::label('', '', ['class' => 'col-sm-3 control-label']) !!}
@php
$signatureRoles =DB::table('gnr_signature_role')->select('name','id')->get();
@endphp
|
| 3rd |
{!! Form::label('', '', ['class' => 'col-sm-3 control-label']) !!}
@php
$roles =DB::table('gnr_role')->select('name','id')->get();
@endphp
|
{!! Form::label('', '', ['class' => 'col-sm-3 control-label']) !!}
@php
$employees =DB::table('hr_emp_general_info')->select('emp_name_english','id')->get();
@endphp
|
{!! Form::label('', '', ['class' => 'col-sm-3 control-label']) !!}
@php
$signatureRoles =DB::table('gnr_signature_role')->select('name','id')->get();
@endphp
|
| 4th |
{!! Form::label('', '', ['class' => 'col-sm-3 control-label']) !!}
@php
$roles =DB::table('gnr_role')->select('name','id')->get();
@endphp
|
{!! Form::label('', '', ['class' => 'col-sm-3 control-label']) !!}
@php
$employees =DB::table('hr_emp_general_info')->select('emp_name_english','id')->get();
@endphp
|
{!! Form::label('', '', ['class' => 'col-sm-3 control-label']) !!}
@php
$signatureRoles =DB::table('gnr_signature_role')->select('name','id')->get();
@endphp
|