@extends('layouts.super_admin.auth') @section('styles') @endsection @section('content')

Welcome Team 🌟

Sign in as Super Admin

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endsection @section('scripts') @endsection