@extends('front.layouts.app') @push('title', __('Register')) @section('content')
{{ __('Register') }}
@if(Cache::get('google_oauth_client_id') && Cache::get('google_oauth_client_secret'))
@endif
@csrf
{{ __('Already have an account?') }} {{ __('Login') }}
@endsection