@extends('layouts.normmaster') @section('title', 'contact us') @section('css') @endsection @section('content')

Welcome Back!

@csrf
@error('identify') {{ $message }} @enderror
@error('password') {{ $message }} @enderror


@endsection @section('js') @endsection