@extends('auth.layouts.authentication') @section('content')
{{-- {{ translate('Site Icon')}} --}}

Welcome to {{ env('APP_NAME') }} Admin Panel

Access your dashboard, manage your account, and enjoy a seamless experience with our platform.

@endsection @section('script') @endsection