@section('tittle')
@if(\Route::currentRouteName() == 'NRgp_AppList')
{{"NRGP REFERENCE APPROVAL"}}
@endif
@if(\Route::currentRouteName() == 'NRgp_DivAppList')
{{"NRGP DIVISION APPROVAL"}}
@endif
@endsection
@extends('LifeAtGainup.Navbar.nav')
@section('content')
@if(\Route::currentRouteName() == 'NRgp_AppList')
@endif
@if(\Route::currentRouteName() == 'NRgp_DivAppList')
@endif
| Item Description |
Purpose |
Rgp Qty |
UOM |
Due Date |
@if ($message = Session::get('success'))
{{$message}}
@endif
@if ($message = Session::get('alert'))
{{$message}}
@endif
@endsection