@extends('layouts.master') @section('page-title') Admin | {{ $page_title }} @endsection @section('page-css') @endsection @section('page-content') @include('layouts.partials.navbar')
LUPMIS User Group Permissions Matrix
@foreach($user_group_matrix as $row) permit_tools_backend == true) ? "bi-check-circle-fill" : "bi-x-circle"; $update_permits_fill = ($row->update_permits == true) ? "bi-check-circle-fill" : "bi-x-circle"; $drawing_tools_fill = ($row->drawing_tools == true) ? "bi-check-circle-fill" : "bi-x-circle"; $view_drawing_tools_fill = ($row->view_drawing_tools == true) ? "bi-check-circle-fill" : "bi-x-circle"; $admin_gui_fill = ($row->admin_gui == true) ? "bi-check-circle-fill" : "bi-x-circle"; ?> @endforeach
User Group Permit Backend Update Permits Drawing Tools View Drawing Tools Admin GUI
{{ $row->name }}
@endsection @section('page-js') @endsection