@extends('admin/layout') @section('title') {{ labels('admin_labels.system_settings', 'System Settings') }} @endsection @section('content') @php $user = auth()->user(); $role = auth()->user()->role->name; @endphp

{{ labels('admin_labels.system_registration', 'System Registration') }}

{{ labels('admin_labels.register_system_from_here', 'Register System From here') }}

{{ labels('admin_labels.system_registration', 'System Registration') }}
@csrf
@csrf
@endsection