@extends('user.layout.master') @section('content') @php $Roles = $pageData['Roles']; $Organisations = $pageData['Organisations']; @endphp
@include('user/organisation/header')

Add Role

@csrf
@if($Roles != null && count($Roles) > 0 ) @foreach($Roles as $key => $Role) @endforeach @else @endif
Sr.No Organization Name Role Type Action
{{ $key+1 }} {{ Organisation($Role['org_id'])->organisation_name }} {{ $Role['role_name'] }}
No Records Available
@endsection('content')