@extends('layouts/gnr_layout') @section('title', '| User Role') @section('content') @include('successMsg') @php $pageNo = isset($_GET['page']) ? (int) $_GET['page']: 1; $branchSelected = isset($_GET['filBranch']) ? $_GET['filBranch'] : null; $roleSelected = isset($_GET['filRole']) ? $_GET['filRole'] : null; $empIdSelected = isset($_GET['filEmpId']) ? $_GET['filEmpId'] : null; @endphp