@section('title',__('auth/passwords/reset.Set new password')) @section('header-style', 'inner_nav') @push('style') @endpush @push('script') @endpush @lang('auth/passwords/reset.Set a new password') @csrf @lang('auth/passwords/reset.Email Address') @error('email'){{ $message }}@enderror @lang('auth/passwords/reset.New password') @error('password'){{ $message }}@enderror @lang('auth/passwords/reset.Confirm Password') @error('password_confirmation'){{ $message }}@enderror @lang('auth/passwords/reset.Submit') @lang('auth/passwords/reset.Cancel')