@extends('layouts.superadmin.app') @section('content')
Add Source
@csrf
Role Organisation
@if(!empty($result)) @foreach($result as $rows) @endforeach @endif
ID Role Updated At Permission Action
{{$loop->iteration}} {{$rows->role_name}} {{date_format(date_create($rows->updated_at),"d-M-Y H:i")}} Map Permission
@endsection('content')