@extends('components.app') @section('styles') @endsection @section('title') Domain Authorization @endsection @section('content')
Placeholder32x32

Domain Authorization

dashboard > manage users > domain authorization
Domain Name : {{$data['link']}}
Authorized Users
@foreach($data['authorization'] as $item) @if ($item['authorization'] != 0) {{$item['authorized_user']['name']}}  @endif @endforeach
@csrf
@error('user_id'){{$message}}@enderror
@error('authorization'){{$message}}@enderror
Cancel
@endsection