@extends('user.mastar') @section('dashboard_body')
Account setup
@if($userid->google_id == !Null)

You logged in using Goggle please enter a password below

@endif
@csrf
@if($userid->google_id == Null)
@else @endif
@endsection