@php $logo = Utility::get_superadmin_logo(); $logos=\App\Models\Utility::get_file('uploads/logo/'); @endphp @extends('layouts.auth') @section('page-title') {{ __('Set a New Password') }} @endsection @section('content')

{{ __('Set a New Password') }}

@csrf
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}
{{ __('Sign In') }}

{{ __('“Attention is the new currency”')}}

{{ __('The more effortless the writing looks, the more effort the writer actually put into the process.')}}

@endsection