@extends('layouts.header') @section('content')

Role

@foreach($administrator as $v) @endforeach
ID Name Role Access
{{$v->id}} {{$v->user->user_name}}
@endsection